summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-11-13 17:46:28 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2014-11-13 17:46:28 -0800
commitba2dc8deac1be0e0ae31a9ba5ee467126638f950 (patch)
tree2808dfe92e61c630d0acf4947004cf3d0ecd7053
parent30f1e0b9a6bffd8a27c27fd9ad976b46b92d25d5 (diff)
downloadchef-ba2dc8deac1be0e0ae31a9ba5ee467126638f950.tar.gz
override it correctly this time
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9649f84534..1f8c31264b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ branches:
# do not run expensive spec tests on PRs, only on branches
script: "
-echo '-fp' >> .rspec
+echo '--color\n-fp' > .rspec
if [ ${TRAVIS_PULL_REQUEST} = 'false' ];
then
bundle exec rake spec:all;