Skip to content

Commit 73184e0

Browse files
committed
fix(Travis): fix travis yaml file
1 parent 80ce77a commit 73184e0

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1+
12
language: node_js
3+
cache:
4+
directories:
5+
- ~/.npm
26
notifications:
37
email: false
48
node_js:
9+
- '9'
510
- '8'
11+
install:
12+
- npm install
613
before_script:
714
- npm prune
8-
- npm i -g eslint
9-
- npm i -D eslint-plugin-react
1015
after_success:
1116
- npm run semantic-release
1217
branches:
1318
except:
14-
- /^v\d+\.\d+\.\d+$/
19+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)