.travis.yml in virtus-1.0.3 vs .travis.yml in virtus-1.0.4
- old
+ new
@@ -1,12 +1,15 @@
language: ruby
before_install: gem install bundler
-bundler_args: --without yard guard benchmarks
-script: "bundle exec rake metrics:coverage spec:integration"
+bundler_args: --without tools
+script: "bundle exec rake spec"
+env:
+ - CODECLIMATE_REPO_TOKEN=2b66fbb7c7c72503eb7841a479c0ad923f691729f4109b4aa8c9b4def1ebb42d
rvm:
- - 1.9.3
- - 2.0.0
- - 2.1.2
+ - 1.9
+ - 2.0
+ - 2.1
+ - 2.2
- jruby
- rbx
- ruby-head
matrix:
allow_failures: