Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit cd91363

Browse files
committed
Do not run on node 7 for now, ignore test output
1 parent 7091e45 commit cd91363

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
22
dist
3+
test/**/*.out

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- "10"
44
- "8"
5-
- "7"
5+

0 commit comments

Comments
 (0)