Skip to content

Commit

Permalink
travis-ci: use rvm to install ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hag committed Sep 21, 2016
1 parent 0e33969 commit 70a8d83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ language: ruby
script: bundle exec rspec
matrix:
allow_failures:
- ruby: "2.1.0"
- ruby: "head"
- rvm: "2.1.0"
- rvm: "head"
include:
- ruby: "2.1.0"
- ruby: "head"
- ruby: "2.2.0"
- ruby: "2.2.0"
- rvm: "2.1.0"
- rvm: "head"
- rvm: "2.2.0"
- rvm: "2.2.0"
env: FPM_FRY_DOCKER=yes
sudo: required
services:
- docker
- ruby: "2.3.1"
- ruby: "2.3.1"
- rvm: "2.3.1"
- rvm: "2.3.1"
env: FPM_FRY_DOCKER=yes
sudo: required
services:
Expand Down

0 comments on commit 70a8d83

Please sign in to comment.