summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-13 15:13:41 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-16 15:10:50 -0700
commit5c5582ab5afa112d597e2a1b07e1427418acfa9e (patch)
treec22506e7dbc8941dfc1d244e7a70db77c5bea1bc
parent33140083c28789f07efb15b72ad58ad9e4678010 (diff)
downloadchef-jdm/installthings.tar.gz
webapp does not work on centosjdm/installthings
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b3cc611de0..98ddf44f1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ matrix:
- cd kitchen-tests
script:
# FIXME: we should fix centos-6 against AWS and then enable it here
- - if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then bundle exec kitchen test --concurrency 4; fi
+ - if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then bundle exec kitchen test ubuntu installthings --concurrency 8; fi
after_script:
- if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then bundle exec kitchen destroy; fi
env: