.travis.yml in clintegracon-0.4.1 vs .travis.yml in clintegracon-0.5.0
- old
+ new
@@ -1,12 +1,12 @@
+language: ruby
+rvm:
+ - 1.8.7
+ - 2.1.1
+
#addons:
# code_climate:
# repo_token: #TODO
-env:
- - RVM_RUBY_VERSION=system
- - RVM_RUBY_VERSION=1.8.7-p358
+bundler_args: --without=documentation
-install:
- - bundle install --without=documentation --path ./travis_bundle_dir
-
-script: rake spec
+script: bundle exec rake spec