We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8315832 commit 5b849eeCopy full SHA for 5b849ee
.travis.yml
@@ -1,23 +1,16 @@
1
language: node_js
2
-
3
node_js:
4
- - stable
5
6
-sudo: false # https://docs.travis-ci.com/user/migrating-from-legacy/
7
+- stable
8
install:
9
- - npm install
10
+- npm install
11
script:
12
- - npm run lint
13
- - npm run cover
14
+- npm run lint
+- npm run cover
+- npm run build
15
after_script:
16
- - npm run coveralls
17
+- npm run coveralls
18
cache:
19
- directories:
20
- - node_modules
21
+ directories:
+ - node_modules
22
notifications:
23
- email: false
+ email: false
0 commit comments