Skip to content

Commit b0e0334

Browse files
committed
2017-02-24 AC: Fixes a lack of compliance with PHP-PDS 1.0 standards.
1 parent 955ce0d commit b0e0334

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ before_install:
5656
- travis_retry composer self-update
5757
- if [[ $TEST_CHECK == 'false' ]]; then rm $TRAVIS_BUILD_DIR/composer.json ; fi
5858
- if [[ $TEST_CHECK == 'false' ]]; then mv $TRAVIS_BUILD_DIR/composer.php54.json $TRAVIS_BUILD_DIR/composer.json ; fi
59-
- $TRAVIS_BUILD_DIR/codeception-setup.sh
59+
- $TRAVIS_BUILD_DIR/bin/codeception-setup.sh
6060
- sleep 5 # gives enough time to Selenium to start
6161

6262
install:

0 commit comments

Comments
 (0)