.travis.yml in puppet-ghostbuster-0.4.5 vs .travis.yml in puppet-ghostbuster-0.5.0
- old
+ new
@@ -1,7 +1,10 @@
+---
language: ruby
sudo: false
cache: bundler
+script:
+ bundle exec rake spec
rvm:
- 2.1.5
matrix:
fast_finish: true
deploy:
- old
+ new