.travis.yml in sshkit-1.11.5 vs .travis.yml in sshkit-1.12.0
- old
+ new
@@ -2,10 +2,11 @@
rvm:
- 2.3.3
- 2.2.4
- 2.1.8
- 2.0.0
-include:
- # Run Danger only once, on 2.3.3
- - rvm: 2.3.3
- before_script: bundle exec danger
-script: "rake test:units lint"
+matrix:
+ include:
+ # Run Danger only once, on 2.3.3
+ - rvm: 2.3.3
+ script: bundle exec danger
+script: bundle exec rake test:units lint