.travis.yml in danger-shroud-0.0.2 vs .travis.yml in danger-shroud-0.0.3
- old
+ new
@@ -1,12 +1,15 @@
language: ruby
cache:
directories:
- bundle
+install:
+ - gem install bundler
+ - bundle install
+
rvm:
- - 2.0
- - 2.1.3
- 2.3.1
script:
- - bundle exec rake spec
+ - bundle exec rake spec
+ - bundle exec danger plugins lint
\ No newline at end of file