Run rake directly without xvfb on travis

closes #7654
This commit is contained in:
Benjamin Neff 2017-10-29 17:38:58 +01:00
parent 4e267bb1ef
commit 7c4648030f
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
3 changed files with 5 additions and 6 deletions

View file

@ -30,7 +30,7 @@ before_install:
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
script: "./script/ci/build.sh"
script: "bin/rake --trace ci:travis:${BUILD_TYPE}"
notifications:
irc:

View file

@ -1,3 +1,7 @@
# 0.7.1.1
Fixes an issue with installing and running diaspora\* with today released bundler v1.16.0.
# 0.7.1.0
## Ensure account deletions are run

View file

@ -1,5 +0,0 @@
#!/bin/sh
command="bundle exec rake --trace ci:travis:${BUILD_TYPE}"
exec xvfb-run --auto-servernum --server-num=1 --server-args="-screen 0 1280x1024x8" $command