Skip to content

Commit a10d29e

Browse files
authored
Merge pull request #59 from Godofbrowser/Fix/broken-tests
Update travis config
2 parents b005170 + 44f00b3 commit a10d29e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .travis.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
language: node_js
2-
node_js:
3-
- "node"
2+
node_js:
3+
- 8
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm run test

0 commit comments

Comments
 (0)