.travis.yml in counter_culture-1.3.1 vs .travis.yml in counter_culture-1.4.0
- old
+ new
@@ -6,8 +6,9 @@
- "RAILS_VERSION=3.2.0"
- "RAILS_VERSION=4.0.0"
- "RAILS_VERSION=4.1.0"
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=5.0.0"
+ - "RAILS_VERSION=5.1.0.rc1"
install:
- bundle update
script: TRAVIS=true bundle exec rake spec