.travis.yml in ezclient-0.1.0 vs .travis.yml in ezclient-0.2.0
- old
+ new
@@ -3,5 +3,12 @@
rvm:
- 2.3.5
- 2.4.2
- 2.5.0
before_install: gem install bundler -v 1.16.1
+env: SUITE="rspec"
+matrix:
+ fast_finish: true
+ # Only run RuboCop on the latest Ruby
+ include:
+ - rvm: 2.5.0
+ env: SUITE="rubocop"