Skip to content

Commit

Permalink
Fix travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeig committed Sep 27, 2019
1 parent f61796c commit ae57866
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
@@ -1,5 +1,16 @@
language: node_js

node_js:
- "4.0"
- "4.1"
- "4.2"
- "10"
- "12"
- "node"

sudo: false

install:
- "npm install"

os:
- "linux"
- "osx"
- "windows"

0 comments on commit ae57866

Please sign in to comment.