Skip to content

Commit 6bc9d13

Browse files
committed
Add lint to travis
1 parent e240dca commit 6bc9d13

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ before_install:
5757
echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin
5858
fi
5959
60-
6160
install:
6261
- docker --version
6362
- composer install
6463

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

0 commit comments

Comments
 (0)