Skip to content

Commit bf00950

Browse files
committed
fix(travis): fix broken config
yaml syntax was invalid after last commit
1 parent 88fef20 commit bf00950

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ node_js:
88
- '8'
99

1010
stages:
11+
- name: install
1112
- name: test
1213
- name: build
1314
- name: release
@@ -19,12 +20,13 @@ jobs:
1920
script: yarn install
2021
skip_cleanup: true
2122

22-
- stage: test
23+
- stage: test
2324
script: yarn test:prod
2425
skip_cleanup: true
2526

2627
- stage: build
2728
script: yarn build
29+
skip_cleanup: true
2830

2931
- stage: release
3032
deploy:

0 commit comments

Comments
 (0)