diff options
| author | mo khan <mo@mokhan.ca> | 2015-10-04 12:10:41 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-10-04 12:10:41 -0600 |
| commit | 21acfa00cc3c5804d33b7697024bc4cd5bd076c2 (patch) | |
| tree | 6c0c4f5ec8698bb79f403447bef9fa6da254d761 | |
| parent | 7b2b56414bf9d67fdce559a3fc24c4887af3dd37 (diff) | |
remove bundle install and let travis handle it.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 29786af..0b70f8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,8 @@ 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 -- bundle install --jobs 3 -- bundle exec berks install before_script: +- bundle exec berks install - cp .kitchen.ci.yml .kitchen.local.yml script: "bundle exec rake $TEST_SUITE" after_script: |
