.travis.yml in ical_importer-0.1.3 vs .travis.yml in ical_importer-0.2.0
- old
+ new
@@ -1,6 +1,12 @@
language: ruby
rvm:
- - 1.9.2
- 1.9.3
-# uncomment this line if your project needs to run something other than `rake`:
-# script: bundle exec rspec spec
+ - 2.0.0
+ - 2.1
+ - 2.2
+
+sudo: false
+branches:
+ only:
+ - master
+ - /^deployable.*$/