Skip to content

Commit

Permalink
Use ubuntu focal
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Sep 27, 2020
1 parent 4ded2e0 commit 729f7cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
language: cpp

env:
global:
global:
- OMP_NUM_THREADS=2
- APPROXMVBB_CACHE_DIR="$HOME/ApproxMVBBCache"

Expand Down Expand Up @@ -35,14 +35,14 @@ matrix:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-6']

- env: USE_CLANG="YES" CLANG_VERSION=""
os: linux
dist: bionic
dist: focal

- env: USE_GCC="YES" GCC_VERSION=""
os: linux
dist: bionic
dist: focal

- env: APPLE_CLANG="YES" MANUAL_EIGEN="OFF"
os: osx
Expand Down

0 comments on commit 729f7cc

Please sign in to comment.