We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8101df commit 19047aaCopy full SHA for 19047aa
.travis.yml
@@ -14,6 +14,10 @@ language: php
14
php:
15
- 8.1
16
17
+stages:
18
+ - lint
19
+ - test
20
+
21
env:
22
- SDK=Android11Java8
23
- SDK=Android11Java11
@@ -53,9 +57,12 @@ notifications:
53
57
54
58
jobs:
55
59
include:
56
- - script:
60
+ - stage: lint
61
+ script:
62
- composer lint
63
64
+stage: test
65
66
before_install:
67
- >
68
if [ ! -z "${DOCKERHUB_PULL_USERNAME:-}" ]; then
0 commit comments