Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
chore: update CI for current Node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Audrey Eschright committed Feb 8, 2019
1 parent 5414070 commit c989a1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,9 +1,10 @@
language: node_js
sudo: false
node_js:
- "7"
- "10"
- "8"
- "6"
- "4"
- "11"
before_install:
- "npm install -g npm"
script: "npm test"
Expand Down

0 comments on commit c989a1c

Please sign in to comment.