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 d446e51 commit a5bf966Copy full SHA for a5bf966
.travis.yml
@@ -16,10 +16,9 @@ deploy:
16
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
17
on:
18
branch: master
19
- - provider: scripts
+ - provider: script
20
skip_cleanup: true
21
- script:
22
- - yarn travis-deploy-once "yarn semantic-release"
+ script: yarn travis-deploy-once "yarn semantic-release"
23
notifications:
24
slack: in2:t4HfbJOtRL7uekgIPh2DUIKb
25
email: false
0 commit comments