File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 directories :
44 - node_modules
55node_js :
6- - " 12 "
6+ - 12
77notifications :
88 email :
99 recipients :
1010 - aron.helser@kitware.com
1111 on_success : change
1212 on_failure : always
1313install :
14- - npm install
14+ - yarn
1515
1616script :
17- - npm run build
17+ - yarn build
1818 - git config --global user.name "Travis CI"
1919 - git config --global user.email "aron.helser@kitware.com"
2020 - export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/wwayne/react-tooltip.git
21- - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
21+ - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
2222
2323after_success :
24- - npm run semantic-release
24+ - yarn semantic-release
2525
2626branches :
2727 except :
You can’t perform that action at this time.
0 commit comments