Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit e1bfacd

Browse files
committed
Updated travis configuration
1 parent 9b4d677 commit e1bfacd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
sudo: false
12
language: ruby
2-
# 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
34
rvm:
4-
- 1.9
55
- 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
610
# Load database schema before rake
711
before_script: bundle exec rake db:schema:load
812
# Test on all supported rails versions

0 commit comments

Comments
 (0)