.travis.yml in bugsnag-api-2.0.1 vs .travis.yml in bugsnag-api-2.0.2
- old
+ new
@@ -5,13 +5,16 @@
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
-before_install:
-- echo YOLO
-
install:
- bundle install --with "$GEMSETS"
+
+jobs:
+ include:
+ - stage: test
+ rvm: 2.4.1
+ script: bundle exec rubocop lib/
script:
- bundle exec rake spec