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 5ff3f62 commit 0598a1cCopy full SHA for 0598a1c
.travis.yml
@@ -17,8 +17,6 @@ script:
17
- yarn build
18
- git config --global user.name "Travis CI"
19
- git config --global user.email "aron.helser@kitware.com"
20
- - export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/wwayne/react-tooltip.git
21
- - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
22
- cd example
23
- yarn
24
@@ -30,7 +28,7 @@ deploy:
30
28
token: $GH_TOKEN
31
29
keep_history: true
32
on:
33
- branch: refactoring
+ branch: master
34
35
after_success:
36
- yarn semantic-release
0 commit comments