File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,13 @@ notifications:
9
9
email : false
10
10
before_install :
11
11
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
12
- before_script :
13
- - export DISPLAY=:99.0
14
- - sh -e /etc/init.d/xvfb start
15
- - sleep 3
16
- - git remote rm origin
17
- - git remote add origin https://${GH_TOKEN}@github.com/lokesh-coder/pretty-checkbox.git
18
- - ' if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then
19
- git fetch && git checkout master;
20
- git config push.default current;
21
- fi'
22
12
after_success :
23
13
- ' if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then
24
14
npm run ci;
25
- npm run release;
15
+ npm run release -- --branch * ;
26
16
npm publish --access=public;
27
17
npm run log;
28
18
fi'
29
-
30
19
branches :
31
20
only :
32
21
- staging
You can’t perform that action at this time.
0 commit comments