We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4d677 commit e1bfacdCopy full SHA for e1bfacd
.travis.yml
@@ -1,8 +1,12 @@
1
+sudo: false
2
language: ruby
-# Limit ruby versions to latest 1.9 and latest 2.2 to avoid a big build matrix
3
+# Limit ruby versions to currently supported versions to avoid a big build matrix
4
rvm:
- - 1.9
5
- 2.2
6
+ - 2.3
7
+# Update bundler on travis, since current one is broken, see https://github.com/rubygems/rubygems/issues/1419
8
+before_install:
9
+ - gem install bundler
10
# Load database schema before rake
11
before_script: bundle exec rake db:schema:load
12
# Test on all supported rails versions
0 commit comments