Skip to content

Commit 18bbedb

Browse files
committed
Execute full lint on travis
1 parent 5f8e2b9 commit 18bbedb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ before_script:
1717
- make deps
1818
script:
1919
- mkdir -p build/logs
20-
- make lint-php
21-
- make lint-psr2
20+
- make lint
2221
- make test
2322
after_script:
2423
- php vendor/bin/coveralls

0 commit comments

Comments
 (0)