.travis.yml in bosh-cloudfoundry-0.6.1 vs .travis.yml in bosh-cloudfoundry-0.7.0.alpha.1
- old
+ new
@@ -1,5 +1,11 @@
language: ruby
+script: bundle exec rake
rvm:
- - 1.9.3
- - rbx-19mode
- # - ruby-head - generates "Cannot find Syck parser for YAML"
+ - ruby-1.9.3
+ - ruby-2.0.0
+notifications:
+ email:
+ recipients:
+ - drnicwilliams@gmail.com
+ on_success: change
+ on_failure: always