Skip to content

Commit

Permalink
Speed up our Travis build
Browse files Browse the repository at this point in the history
...by switching to their container-based architecture, and not installing guard gems.
  • Loading branch information
metavida committed Mar 6, 2016
1 parent b29afc5 commit 17d6f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: ruby
sudo: false
before_install:
- gem install bundler --version="~> 1.10"
bundler_args: --without guard
cache: bundler
rvm:
- 1.9.3
Expand Down

0 comments on commit 17d6f89

Please sign in to comment.