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 f30ae74 commit 208bdc9Copy full SHA for 208bdc9
.travis.yml
@@ -19,10 +19,20 @@ script:
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 build
24
25
+deploy:
26
+ provider: pages
27
+ skip_cleanup: true
28
+ token: $GH_TOKEN
29
+ keep_history: true
30
+ on:
31
+ branch: refactoring
32
+
33
after_success:
34
- yarn semantic-release
-
35
36
branches:
37
except:
38
- "/^v\\d+\\.\\d+\\.\\d+$/"
0 commit comments