.travis.yml in plan_executor-1.0.2 vs .travis.yml in plan_executor-1.8.0
- old
+ new
@@ -1,12 +1,13 @@
language: ruby
cache: bundler
rvm:
- - 2.0.0
+ - 2.1.2
sudo: false
services:
- mongodb
-script: bundle exec rake test
+script:
+ bundle exec rake test
notifications:
email:
recipients:
- fhir-testing-list@lists.mitre.org
on_failure: change