Skip to content

Commit 19047aa

Browse files
committed
Lint and test stages
1 parent b8101df commit 19047aa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ language: php
1414
php:
1515
- 8.1
1616

17+
stages:
18+
- lint
19+
- test
20+
1721
env:
1822
- SDK=Android11Java8
1923
- SDK=Android11Java11
@@ -53,9 +57,12 @@ notifications:
5357

5458
jobs:
5559
include:
56-
- script:
60+
- stage: lint
61+
script:
5762
- composer lint
5863

64+
stage: test
65+
5966
before_install:
6067
- >
6168
if [ ! -z "${DOCKERHUB_PULL_USERNAME:-}" ]; then

0 commit comments

Comments
 (0)