Skip to content

Commit 9159fd8

Browse files
committed
Only lint once
1 parent 6bc9d13 commit 9159fd8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ before_install:
6060
install:
6161
- docker --version
6262
- composer install
63+
- composer lint
6364

64-
jobs:
65-
include:
66-
- stage: lint
67-
script: composer lint
68-
- stage: test
69-
script: composer test tests/${SDK}Test.php
65+
script:
66+
- composer test tests/${SDK}Test.php

0 commit comments

Comments
 (0)