Run spec and web tests separately and allow web to fail
This commit is contained in:
parent
a4eec471d7
commit
6661934b07
14
.travis.yml
14
.travis.yml
|
@ -1,9 +1,21 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
before_install:
|
||||
- wget http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2
|
||||
- tar -xf phantomjs-1.7.0-linux-i686.tar.bz2
|
||||
- sudo rm -rf /usr/local/phantomjs
|
||||
- sudo mv phantomjs-1.7.0-linux-i686 /usr/local/phantomjs
|
||||
before_script:
|
||||
- bundle exec rakep
|
||||
script: "bundle exec rspec spec"
|
||||
env:
|
||||
- "TEST_SUITE=spec"
|
||||
- "TEST_SUITE=ember"
|
||||
script: "script/ci"
|
||||
|
||||
allow_failures:
|
||||
- env: "TEST_SUITE=ember"
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#travis"
|
||||
campfire:
|
||||
|
|
Loading…
Reference in New Issue
Block a user