Skip to content

Commit 5dfb59d

Browse files
authored
Merge pull request #10 from fh1ch/chore/travis-npm-fix
chore(npm): switch from yarn to npm to prevent issues with Travis
2 parents 6832b3a + 9326b91 commit 5dfb59d

File tree

3 files changed

+5966
-3555
lines changed

3 files changed

+5966
-3555
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: "node_js"
22
node_js:
3-
- "5"
3+
- "10"
4+
- "8"
5+
- "6"
46
- "4"
5-
- "3"
6-
- "2"
7-
- "1"
8-
- "0.12"
97

108
before_install:
119
- "npm install coveralls"

0 commit comments

Comments
 (0)