Skip to content

Commit 7539944

Browse files
author
Amir Tocker
committed
Exclude tests for Node 6 with sources
1 parent 68ced2c commit 7539944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ env:
1515
- TEST_SUBJECT=dist
1616
matrix:
1717
exclude:
18-
- node_js: 6
19-
env: TEST_SUBJECT=src
18+
- node_js: "6"
19+
env: TEST_SUBJECT=src

0 commit comments

Comments
 (0)