Skip to content

Commit

Permalink
[TASK] Configure Travis for better build performance
Browse files Browse the repository at this point in the history
* set sudo: false to allow Travis to use their new container-based infrastructure
* enable bundler caching
* set language: ruby for good measure
  • Loading branch information
oliverklee committed Dec 26, 2014
1 parent 41d2a36 commit 5ed28f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,3 +1,12 @@
# Enables Travis to use their new container-based infrastructure
sudo: false

# Build for Ruby
language: ruby

# Enables caching for bundler
cache: bundler

# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
# bundler_args:

Expand Down

0 comments on commit 5ed28f6

Please sign in to comment.