diff options
| author | mo khan <mo@mokhan.ca> | 2015-10-04 18:03:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-10-04 18:03:57 -0600 |
| commit | dcc157d9796b95a5b314678ff4db3d3250d276b4 (patch) | |
| tree | 61a4d515d96056e34eed2cbf79c3a3927f313739 | |
| parent | 3284a56bdce98395cf86387822836eb0e2fe601f (diff) | |
remove travis_wait.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5255002..83997c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,6 @@ before_install: before_script: - bundle exec berks install - cp .kitchen.ci.yml .kitchen.local.yml -script: travis_wait bundle exec $TEST_SUITE +script: bundle exec $TEST_SUITE after_script: - bundle exec kitchen destroy |
