Skip to content

Commit

Permalink
Merge pull request #102 from otahi/improve_travis_ci
Browse files Browse the repository at this point in the history
Add cache and sudo configuration for faster build on Travis CI
  • Loading branch information
tmatilai committed Dec 25, 2014
2 parents 509d9e9 + 909b697 commit f8e34e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: ruby
cache: bundler
sudo: false

before_install:
- rvm @global do gem uninstall bundler --all --executables
Expand Down

0 comments on commit f8e34e8

Please sign in to comment.