Skip to content

Commit e2cf6d1

Browse files
committed
Update travis build file and correct bin paths
1 parent f7a5fcb commit e2cf6d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ before_script:
1111

1212
script:
1313
- mkdir -p build/logs
14-
- protected/vendor/bin/phpcs
15-
- protected/vendor/bin/phpunit
14+
- vendor/bin/phpcs
15+
- vendor/bin/phpunit
1616

1717
after_script:
18-
- protected/vendor/bin/coveralls -v
18+
- vendor/bin/coveralls -v

0 commit comments

Comments
 (0)