Revert "Change test order in .travis.yml"

This reverts commit a7e8527395.
This commit is contained in:
Artur Beljajev 2018-01-30 13:55:15 +02:00
parent a33e415bfb
commit 0db3dcf4c3

View file

@ -11,8 +11,8 @@ before_script:
- "chmod +x ./cc-test-reporter"
- "./cc-test-reporter before-build"
script:
- "bundle exec rake test"
- "bundle exec rspec"
- "bundle exec rake test"
after_script:
- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
services: