Skip to content

Commit ed612bc

Browse files
committed
Travis build fix
1 parent c71280c commit ed612bc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ before_script:
1515
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1616
- chmod +x ./cc-test-reporter
1717
- ./cc-test-reporter before-build
18-
script:
19-
- bundle exec rspec
2018
after_script:
2119
- if [[ $TRAVIS_PHP_VERSION = 7.* ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 commit comments

Comments
 (0)