Skip to content

Commit

Permalink
attempting more node versions with matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt committed Jul 17, 2018
1 parent db26876 commit 0998b46
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
language: node_js
node_js:
- "8"
- "10.3"
- "node"
compiler: clang
matrix:
allow_failures:
- osx_image: xcode9.4
include:
- os: linux
addons:
Expand All @@ -20,13 +14,13 @@ matrix:
- libtool
- nasm
env:
- MATRIX_EVAL="export CXX=g++-5"
- MATRIX_EVAL="export CXX=g++-5"
- os: osx
osx_image: xcode9.4
node_js: "8"
- os: osx
osx_image: xcode9.4
node_js: "10.3"
- node_js:
- 8
- 10.3.0
- node

before_install:
- set -e
Expand Down

0 comments on commit 0998b46

Please sign in to comment.