Skip to content

Commit b8101df

Browse files
committed
Lint as separate job
1 parent 6d6134a commit b8101df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ notifications:
5151
email:
5252
5353

54+
jobs:
55+
include:
56+
- script:
57+
- composer lint
58+
5459
before_install:
5560
- >
5661
if [ ! -z "${DOCKERHUB_PULL_USERNAME:-}" ]; then
@@ -60,7 +65,6 @@ before_install:
6065
install:
6166
- docker --version
6267
- composer install
63-
- composer lint
6468

6569
script:
6670
- composer test tests/${SDK}Test.php

0 commit comments

Comments
 (0)