Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5783def

Browse files
author
Kyle Gadd
authoredJan 19, 2017
Update .travis.yml
1 parent 7e3716a commit 5783def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616

1717
before_script:
1818
- composer install --dev
19-
- if [[ $TRAVIS_PHP_VERSION == 5.4 ]]; then composer require codeclimate/php-test-reporter:dev-master; fi
19+
- if [[ $TRAVIS_PHP_VERSION == 5.4 ]]; then composer require codeclimate/php-test-reporter; fi
2020

2121
script:
2222
- if [[ $TRAVIS_PHP_VERSION == 5.4 ]];

0 commit comments

Comments
 (0)
Please sign in to comment.