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

Commit

Permalink
Update Travis for handle N-API builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jul 19, 2018
1 parent b72cd16 commit 571a769
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,35 @@ env:
global:
- SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true

stages:
- lint
- test

jobs:
include:
- stage: test
node_js: "10"
- stage: lint
node_js: "10.0"
os: linux
before_script: npm run lint || exit 1;
after_success: npm run-script coverage;
- stage: platform-test
install: npm install --ignore-scripts
script: npm run lint || exit 1;

- stage: test
node_js: "lts/boron"
os: linux
- stage: platform-test
node_js: "lts/boron"
- node_js: "lts/boron"
os: osx
- stage: platform-test
node_js: "lts/carbon"
- node_js: "lts/carbon"
os: linux
- stage: platform-test
node_js: "lts/carbon"
- node_js: "lts/carbon"
os: osx
- stage: platform-test
node_js: "9"
- node_js: "9"
os: linux
- stage: platform-test
node_js: "9"
- node_js: "9"
os: osx
- stage: platform-test
node_js: "10"
- node_js: "10.0"
os: linux
after_success: npm run-script coverage;
- node_js: "10.0"
os: osx

addons:
Expand Down

0 comments on commit 571a769

Please sign in to comment.