Skip to content

Commit

Permalink
test Node 12 linux binary in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Apr 27, 2019
1 parent 23c8659 commit a0400d6
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .travis.yml
Expand Up @@ -3,10 +3,6 @@ language: node_js
compiler: gcc
sudo: false

env:
global:
- SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true

jobs:
include:
- stage: test
Expand All @@ -17,54 +13,6 @@ jobs:
- stage: platform-test
node_js: "node"
os: osx
- stage: platform-test
node_js: "11"
os: linux
- stage: platform-test
node_js: "11"
os: osx
- stage: platform-test
node_js: "10"
os: linux
- stage: platform-test
node_js: "10"
os: osx
- stage: platform-test
node_js: "9"
os: linux
- stage: platform-test
node_js: "9"
os: osx
- stage: platform-test
node_js: "8"
os: linux
- stage: platform-test
node_js: "8"
os: osx
- stage: platform-test
node_js: "7"
os: linux
- stage: platform-test
node_js: "7"
os: osx
- stage: platform-test
node_js: "6"
os: linux
- stage: platform-test
node_js: "6"
os: osx
- stage: platform-test
node_js: "4"
os: linux
- stage: platform-test
node_js: "4"
os: osx
- stage: platform-test
node_js: "0.12"
os: linux
- stage: platform-test
node_js: "0.10"
os: linux

addons:
apt:
Expand Down

0 comments on commit a0400d6

Please sign in to comment.