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

Commit

Permalink
Merge pull request #1 from atom/dw-node-10
Browse files Browse the repository at this point in the history
Enable building against Node 10
  • Loading branch information
daviwil committed Aug 10, 2018
2 parents d7e0b08 + 3496b92 commit f6093ab
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 298 deletions.
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
6 changes: 4 additions & 2 deletions appveyor.yml
@@ -1,7 +1,9 @@
image: Visual Studio 2015

environment:
nodejs_version: "8"
matrix:
- nodejs_version: "8"
- nodejs_version: "10"

platform:
- x86
Expand All @@ -20,4 +22,4 @@ build: off

branches:
only:
- master
- master

0 comments on commit f6093ab

Please sign in to comment.