Browse Source

Use bionic for CI by default

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
845a1469ed
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml View File

@@ -2,7 +2,7 @@ language: cpp

os: linux

dist: trusty
dist: bionic

jobs:
include:
@@ -15,18 +15,21 @@ jobs:
# linux with macOS cross-compilation
- os: linux
compiler: gcc
dist: trusty
env:
- TARGET="macos"

# linux with win32 cross-compilation
- os: linux
compiler: gcc
dist: trusty
env:
- TARGET="win32"

# linux with win64 cross-compilation
- os: linux
compiler: gcc
dist: trusty
env:
- TARGET="win64"



Loading…
Cancel
Save