diff options
| author | mo khan <mo@mokhan.ca> | 2015-10-04 10:47:16 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-10-04 10:48:48 -0600 |
| commit | 0c2ec3178416d11dcf05c8decd94c9d79bda64e3 (patch) | |
| tree | 74ede0cb5af58058992db6a13f0c310200ff70e3 | |
| parent | 8c7e7b09c199277f59252469987d011578f5ebbb (diff) | |
fix typo in .travis.yml
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index df0abe8..7263ad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ sudo: false rvm: - 2.2.3 env: -- EC2_SSH_KEY_PATH:$TRAVIS_BUILD_DIR/travis-ci.pem +- EC2_SSH_KEY_PATH=$TRAVIS_BUILD_DIR/travis-ci.pem 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 install --jobs 3 - bundle exec berks install before_script: - cp .kitchen.ci.yml .kitchen.local.yml |
