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

Update CI build matrix for travis and appveyor #35

Merged
merged 12 commits into from
Aug 10, 2017
Prev Previous commit
Next Next commit
remove 2 targets from matrix
  • Loading branch information
fs-eire committed Aug 10, 2017
commit 67d8be81c2e96b6f5e1c6fad07c61faf8e70aec4
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,10 @@ matrix:
- g++-6
env:
- COMPILER_OVERRIDE="CXX=g++-6 CC=gcc-6"
# Node LTS (8.x) OS X (Sierra) AppleClang 8.1
- os: osx
node_js: '8'
osx_image: xcode8.3
# Node LTS (8.x) OS X (Sierra) AppleClang
- os: osx
node_js: '8'
osx_image: xcode8.2
# Node LTS (8.x) OS X (Sierra) AppleClang
- os: osx
node_js: '8'
osx_image: xcode8.1

before_install:
- |
Expand Down