Skip to content

Commit 26f8fde

Browse files
committed
fixed tests to use build command
1 parent 743183b commit 26f8fde

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
@@ -14,6 +14,6 @@ before_script:
1414
- printf "\n" | pecl install ${IMAGICK}
1515
- phantomjs --webdriver=4444 --ignore-ssl-errors=true >/dev/null 2>&1 &
1616
- composer install
17-
- php vendor/bin/codecept build
17+
- php vendor/bin/codecept build -c test/integration/
1818

1919
script: php vendor/bin/codecept run -c test/integration/

0 commit comments

Comments
 (0)