Update .travis.yml
This commit is contained in:
parent
0238e40f0a
commit
075390adc4
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: focal
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler: gcc
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in a new issue