Skip to content

Commit 9dda904

Browse files
authored
Merge pull request #947 from dondi/fixing_travis
Fixed the travis ci error
2 parents fa1bbf2 + 502a870 commit 9dda904

File tree

4 files changed

+1326
-761
lines changed

4 files changed

+1326
-761
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
33
- "10"
4+
before_install:
5+
- npm install -g [email protected]
46
script:
57
- npm test
68
- npm run lint

0 commit comments

Comments
 (0)