.travis.yml in metastore-0.3.0 vs .travis.yml in metastore-0.4.0
- old
+ new
@@ -1,8 +1,10 @@
language: ruby
rvm:
+ - 2.1
- 2.2
+ - 2.3.0
branches:
only:
- master
- wip
-script: bundle exec rake spec
+script: bundle exec rake
- old
+ new