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 3
3
directories :
4
4
- node_modules
5
5
node_js :
6
- - " 12 "
6
+ - 12
7
7
notifications :
8
8
email :
9
9
recipients :
10
10
11
11
on_success : change
12
12
on_failure : always
13
13
install :
14
- - npm install
14
+ - yarn
15
15
16
16
script :
17
- - npm run build
17
+ - yarn build
18
18
- git config --global user.name "Travis CI"
19
19
-
git config --global user.email "[email protected] "
20
20
- 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
22
22
23
23
after_success :
24
- - npm run semantic-release
24
+ - yarn semantic-release
25
25
26
26
branches :
27
27
except :
You can’t perform that action at this time.
0 commit comments