Skip to content

Commit b07d114

Browse files
author
Nils Langner
committed
removed include path option from travisvi.yml
1 parent bc6e23e commit b07d114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ before_script:
99
- wget http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar
1010
- java -jar selenium-server-standalone-2.35.0.jar -port 4444 &
1111
- cd test/integration/
12-
1312

14-
script: php -d include_path="." codecept.phar run
13+
14+
script: php codecept.phar run

0 commit comments

Comments
 (0)