Skip to content

Commit 6812ab3

Browse files
committed
Avoid stages, keep jobs in TravisCI
1 parent 9f43b43 commit 6812ab3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@ services:
55

66
jobs:
77
include:
8-
- stage: test
8+
- name: test
99
script: make node package enable integration
10+
- name: deploy
11+
script: skip
1012
before_deploy:
1113
- echo "$DOCKER_PASSWORD" | docker login "$DOCKER_REGISTRY" -u "$DOCKER_USERNAME" --password-stdin;
1214
deploy:
1315
provider: script
1416
script: make push
1517
on:
1618
branch: master
17-
- stage: verify
19+
- name: verify
1820
install: skip
1921
script: make pull
20-
21-
stages:
22-
- build
23-
- verify

0 commit comments

Comments
 (0)