Skip to content

Commit

Permalink
Merge branch 'drop_old_rubies'
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Dec 5, 2016
2 parents 71286d8 + 5559936 commit 2e5de1b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2

- 2.3.3
env:
- DB=mysql
- DB=postgres
- DB=sqlite

matrix:
exclude:
- rvm: 2.0.0
env: DB=mysql
- rvm: 2.0.0
env: DB=sqlite
- rvm: 2.1
- rvm: 2.2
env: DB=mysql
- rvm: 2.1
- rvm: 2.2
env: DB=sqlite

bundler_args: --path=vendor/bundle --without heroku
Expand Down

0 comments on commit 2e5de1b

Please sign in to comment.