We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ce77a commit 73184e0Copy full SHA for 73184e0
1 file changed
.travis.yml
@@ -1,14 +1,19 @@
1
+
2
language: node_js
3
+cache:
4
+ directories:
5
+ - ~/.npm
6
notifications:
7
email: false
8
node_js:
9
+ - '9'
10
- '8'
11
+install:
12
+ - npm install
13
before_script:
14
- npm prune
- - npm i -g eslint
- - npm i -D eslint-plugin-react
15
after_success:
16
- npm run semantic-release
17
branches:
18
except:
- - /^v\d+\.\d+\.\d+$/
19
+ - /^v\d+\.\d+\.\d+$/
0 commit comments