Skip to content

Commit

Permalink
Run Travis checks against Ubuntu Focal and g++-10
Browse files Browse the repository at this point in the history
  • Loading branch information
maxolasersquad committed May 21, 2020
1 parent 90c148d commit 1b65071
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,18 @@ matrix:
- libsdl-image1.2-dev
- libcurl4-openssl-dev
- zlib1g-dev
- os: linux
dist: focal
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-10
- libzip-dev
- libsdl1.2-dev
- libsdl-image1.2-dev
- libcurl4-openssl-dev
- zlib1g-dev
before_install:
- eval "${MATRIX_EVAL}"

0 comments on commit 1b65071

Please sign in to comment.