Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Make Travis CI faster
Browse files Browse the repository at this point in the history
Faster Builds with Container-Based Infrastructure and Docker
http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
  • Loading branch information
otahi committed Dec 24, 2015
1 parent 4aa984d commit dc1ea8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: ruby
script: rake travis
cache: bundler
sudo: false
script: bundle exec rake travis
before_install:
- gem update bundler
rvm:
Expand Down

0 comments on commit dc1ea8b

Please sign in to comment.