Skip to content

Commit 7c46480

Browse files
committed
Run rake directly without xvfb on travis
closes diaspora#7654
1 parent 4e267bb commit 7c46480

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_install:
3030
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
3131
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
3232

33-
script: "./script/ci/build.sh"
33+
script: "bin/rake --trace ci:travis:${BUILD_TYPE}"
3434

3535
notifications:
3636
irc:

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.7.1.1
2+
3+
Fixes an issue with installing and running diaspora\* with today released bundler v1.16.0.
4+
15
# 0.7.1.0
26

37
## Ensure account deletions are run

script/ci/build.sh

-5
This file was deleted.

0 commit comments

Comments
 (0)