Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jun 18, 2019
1 parent 953e777 commit fb4d812
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
language: node_js
node_js:
- "0.11"
- "8"
- "10"
git:
depth: 5
cache:
directories:
node_modules
install: npm install
before_script:
- npm install [email protected] -g
Expand Down

0 comments on commit fb4d812

Please sign in to comment.