Skip to content

Commit a5bf966

Browse files
committed
ci: fix travis.yml
1 parent d446e51 commit a5bf966

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ deploy:
1616
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
1717
on:
1818
branch: master
19-
- provider: scripts
19+
- provider: script
2020
skip_cleanup: true
21-
script:
22-
- yarn travis-deploy-once "yarn semantic-release"
21+
script: yarn travis-deploy-once "yarn semantic-release"
2322
notifications:
2423
slack: in2:t4HfbJOtRL7uekgIPh2DUIKb
2524
email: false

0 commit comments

Comments
 (0)