Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml for node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mach6 committed Aug 28, 2018
1 parent 5e5859b commit 636cd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sudo: false
language: node_js
node_js:
- "10"
- "8"
- "7"
- "6"
- "5"
before_script:
- npm install -g grunt mocha
script:
Expand Down

0 comments on commit 636cd41

Please sign in to comment.