diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1f8c31264b..b2b002d8b7 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 '--color\n-fp' > .rspec +echo '--color\n-fp' > .rspec; if [ ${TRAVIS_PULL_REQUEST} = 'false' ]; then bundle exec rake spec:all; |