We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955ce0d commit b0e0334Copy full SHA for b0e0334
.travis.yml
@@ -56,7 +56,7 @@ before_install:
56
- travis_retry composer self-update
57
- if [[ $TEST_CHECK == 'false' ]]; then rm $TRAVIS_BUILD_DIR/composer.json ; fi
58
- 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
+ - $TRAVIS_BUILD_DIR/bin/codeception-setup.sh
60
- sleep 5 # gives enough time to Selenium to start
61
62
install:
codeception-setup.sh bin/codeception-setup.shcodeception-setup.sh renamed to bin/codeception-setup.sh
0 commit comments