diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
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: |