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
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 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:
|
before_script:
|
||||||
- bundle exec rakep
|
- 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:
|
notifications:
|
||||||
irc: "irc.freenode.org#travis"
|
irc: "irc.freenode.org#travis"
|
||||||
campfire:
|
campfire:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user