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 ed2a8e8
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
script: rake travis
before_install:
- gem update bundler
Expand Down

0 comments on commit ed2a8e8

Please sign in to comment.