Updated travis config.
This commit is contained in:
parent
930a67429d
commit
6b9ccf3854
@ -1,8 +1,7 @@
|
||||
script: "bundle exec rake travis"
|
||||
before_script: "sh -e /etc/init.d/xvfb start"
|
||||
before_script: ./bin/ci/before_build.sh
|
||||
rvm:
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
notifications:
|
||||
email:
|
||||
- didier@nocoffee.fr
|
||||
|
3
bin/ci/before_build.sh
Executable file
3
bin/ci/before_build.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
sh -e /etc/init.d/xvfb start
|
||||
echo "echo \"127.0.0.1 test.example.com\" >> /etc/hosts" | sudo sh
|
Loading…
Reference in New Issue
Block a user