.travis.yml in review-1.7.2 vs .travis.yml in review-2.0.0.beta1
- old
+ new
@@ -1,18 +1,9 @@
-language: ruby
-sudo: false
-
rvm:
- 1.9.3
- 2.0.0
- 2.1.*
- 2.2.*
- - ruby-head
branches:
only:
- master
-
-script:
- - bundle exec rake test
- - bundle exec rubocop
-