parent
4e267bb1ef
commit
7c4648030f
3 changed files with 5 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ before_install:
|
||||||
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
|
- 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
|
- 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:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
|
||||||
|
|
@ -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
|
# 0.7.1.0
|
||||||
|
|
||||||
## Ensure account deletions are run
|
## Ensure account deletions are run
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue