diff options
| author | mo khan <mo@mokhan.ca> | 2015-10-04 11:39:14 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-10-04 11:39:14 -0600 |
| commit | 45422149b3447acea4deccea35f5f4d3c29d923d (patch) | |
| tree | ba86806155ccc7b475cb0426a631e6fe5dabc5cf | |
| parent | 690b8be2115f373f159b7a802462fb7769393aef (diff) | |
do not override install step to speed up cache.
- http://docs.travis-ci.com/user/caching/#Caching-directories-%28Bundler%2C-dependencies%29
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0a93dde..29786af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ env: - TEST_SUITE='kitchen:all' before_install: - openssl aes-256-cbc -K $encrypted_fc652662b082_key -iv $encrypted_fc652662b082_iv -in travis-ci.pem.enc -out travis-ci.pem -d -install: - bundle install --jobs 3 - bundle exec berks install before_script: |
