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 11, 2019
1 parent 6bac747 commit 67f2d8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- '6'
- '4'
- '8'
- "10"
- "8"
- "6"
- "11"
sudo: false
before_install:
- npm install -g npm@latest

0 comments on commit 67f2d8d

Please sign in to comment.