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
|
||||
dist: bionic
|
||||
dist: focal
|
||||
arch: amd64
|
||||
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue