Skip to content

Commit d2b905a

Browse files
committed
ci(travisci): Added scripts
1 parent 21ac4ba commit d2b905a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- '7'
9-
- '6'
10-
- '4'
8+
- '6.7.0'
9+
before_install:
10+
- npm i -g npm@^3.10.0
1111
before_script:
1212
- npm prune
13+
- git config --global user.name "Travis-CI"
14+
- git config --global user.email "[email protected]"
15+
script:
16+
- npm test
17+
- npm run build:release
18+
- node config/clean.js
19+
- npm run deploy
1320
after_success:
1421
- npm run semantic-release
1522
branches:

0 commit comments

Comments
 (0)