Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Optimize and update .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 5, 2015
1 parent 189a911 commit b4f9a86
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.1
- 2.1.2
- 2.1.5
- 2.2.0
cache: bundler
sudo: false

before_install:
- 'echo ''gem: --no-document'' > ~/.gemrc'

install:
- bundle update

script: bundle exec rake travis

0 comments on commit b4f9a86

Please sign in to comment.