Skip to content

Commit

Permalink
Only build linux on Node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Sep 4, 2021
1 parent bf23659 commit d2026cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ env:
- secure: H9lQEk76gGIi0TM9dGSZYmezr+8x4a4HQuwyJ1Z7wnWuW6diWtftfaim85AvjRpNnhpfz5ia6hmzLruOXbjDxCYp2RN9nhebBlGp9iYQsoyzZlTphWVNj0cGC9AIkxEtobswU3/A79FgnMhZxo5vSu4eotTgxo7nyiUaTuKB2nI=
matrix:
include:
- os: linux
sudo: required
dist: bionic
compiler: g++
env:
- NODE_VERSION=12
# - os: linux
# sudo: required
# dist: bionic
# compiler: g++
# env:
# - NODE_VERSION=14
# - NODE_VERSION=12
# - os: linux
# sudo: required
# dist: bionic
# compiler: g++
# env:
# - NODE_VERSION=16
# - NODE_VERSION=14
- os: linux
sudo: required
dist: bionic
compiler: g++
env:
- NODE_VERSION=16
# - os: osx
# osx_image: xcode12.5
# compiler: clang
Expand Down

0 comments on commit d2026cf

Please sign in to comment.