summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-27 19:42:07 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-10-27 19:42:07 -0700
commit1784ed3bd742abe92c443cba5857da1eb135bb67 (patch)
treefb2a31abbc051213ebbbed17c55667ad37c9c747
parent6e45661006e0ba6ea73cd2984e84e368f0d81f4b (diff)
downloadchef-1784ed3bd742abe92c443cba5857da1eb135bb67.tar.gz
add FIXME comment
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 13891205a1..dcc93fde32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,7 @@ matrix:
before_script:
- 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 ubuntu; fi
after_script:
- if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then bundle exec kitchen destroy ubuntu; fi