Skip to content

Commit 27d229d

Browse files
committed
Tell travis what to do
1 parent 0932aef commit 27d229d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "11"
4-
- "10"
5-
- "8"
3+
- "14"
4+
- "13"
5+
- "12"
66
- "node"
7-
install: "npm install && npm run build"
8-
after_success: "npm install -g coveralls && npm run coverage && cat ./coverage/lcov.info | coveralls"
7+
install: "npm install"
8+
script: "npm run test"

0 commit comments

Comments
 (0)