.travis.yml in phantomjs-1.9.2.1 vs .travis.yml in phantomjs-1.9.7.0
- old
+ new
@@ -1,11 +1,13 @@
script:
- bundle
- bundle exec rspec
rvm:
- - 1.9.3
- - 2.0.0
- - rbx-19mode
+ - 1.9
+ - 2.0
+ - 2.1
+ - jruby-19mode
+ - rbx-1.9.3
notifications:
email:
on_success: always
on_failure: always