Browse Source

Fixup CI

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
01410d90fe
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      .travis.yml

+ 1
- 4
.travis.yml View File

@@ -1,7 +1,4 @@


os: linux
dist: bionic

cache: cache:
directories: directories:
- ${HOME}/debs - ${HOME}/debs
@@ -11,7 +8,7 @@ jobs:
- name: "Linux native" - name: "Linux native"
os: linux os: linux
compiler: gcc compiler: gcc
dist: focal
dist: bionic
env: env:
- TARGET="linux" - TARGET="linux"
services: services:


Loading…
Cancel
Save