diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-11-13 17:47:26 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-11-13 17:47:26 -0800 |
commit | c6f8d21996bf107574c9aecc6bd2e3007efc745d (patch) | |
tree | 0747b8c9c71c32f9ea0f27eeba1be55aeef915d3 | |
parent | ba2dc8deac1be0e0ae31a9ba5ee467126638f950 (diff) | |
download | chef-lcg/faster-rspec.tar.gz |
needs a semicolonlcg/faster-rspec
-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; |