Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
- tell CI the language of this project
- sudo: false
  faster:
https://docs.travis-ci.com/user/workers/container-based-infrastructure/
- cache: bundler
  faster: https://docs.travis-ci.com/user/caching/
- Test more rubies
- allow 1.9.3 & ruby-head to fail
  • Loading branch information
JuanitoFatas committed Jan 6, 2016
1 parent 24d8cb1 commit c6e0c47
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- 1.9.3
- ruby-head
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: ruby-head
notifications:
email:
- brian@dockyard.com
Expand Down

0 comments on commit c6e0c47

Please sign in to comment.