Skip to content

Commit 45953ac

Browse files
committed
ci: attempt to use travis jobs to dedupe publish step
1 parent 91fec0b commit 45953ac

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ script:
2424
- npm run build
2525
- npm test
2626

27-
after_success:
28-
- bash ./.travis/gh-pages.sh
29-
- npm run node-coveralls
30-
3127
branches:
3228
except:
3329
- /^v\d+\.\d+\.\d+$/
30+
31+
jobs:
32+
include:
33+
- stage: deploy
34+
script:
35+
- npm run build
36+
- bash ./.travis/gh-pages.sh
37+
- npm run node-coveralls
38+
node_js: 10

0 commit comments

Comments
 (0)