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

Commit

Permalink
Update .travis.yml to build for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Aug 10, 2018
1 parent 33fd36e commit 4392609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,7 @@ language: node_js

node_js:
- "8"
- "10"

env:
- CC=clang CXX=clang++ npm_config_clang=1
Expand All @@ -22,4 +23,4 @@ script: npm test

branches:
only:
- master
- master

0 comments on commit 4392609

Please sign in to comment.