Skip to content

Commit

Permalink
Use focal fossa build environment in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
exsilium committed Apr 8, 2021
1 parent e55507d commit 375d624
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ os:
- linux
- osx

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9

before_install:
- if [ `uname` = "Linux" ]; then export CXX=g++-4.9; fi
dist: focal

install:
- npm install
Expand Down

0 comments on commit 375d624

Please sign in to comment.