summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-18 14:56:13 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-19 13:11:13 -0700
commit69da234d82766f598bbb9ebafb25de7d587fe83d (patch)
tree8f9fe04c661103a093254b2cbbdf497aa1645f07 /.travis.yml
parent42b4e067e422d137f604c91a713dc7630b3a6e57 (diff)
downloadchef-69da234d82766f598bbb9ebafb25de7d587fe83d.tar.gz
Use descriptive constant names in tests to avoid conflict
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c2c19aaaeb..89145edf4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,12 +15,8 @@ branches:
# do not run expensive spec tests on PRs, only on branches
script: "
echo '--color\n-fp' > .rspec;
-if [ ${TRAVIS_PULL_REQUEST} = 'false' ];
-then
- bundle exec rake spec:all;
-else
- bundle exec rake spec;
-fi"
+bundle exec rake spec;
+"
env:
global: