Skip to content

Commit

Permalink
build: gcc 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Werner committed Dec 8, 2020
1 parent c4a2534 commit 88d1bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ node_js:
- '12'
- '14'
env:
- CXX=g++-4.8 CC=gcc-4.8
- CXX=g++-8 CC=gcc-8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- gcc-4.8
- g++-8
- gcc-8
- libzmq3-dev

script:
Expand Down

0 comments on commit 88d1bf9

Please sign in to comment.