Skip to content

Commit

Permalink
Fixing minor warnings reported by Travis Build Config Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpiekarski committed Aug 19, 2020
1 parent 71858c5 commit 1546b3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: c
compiler: gcc
os: linux
dist: focal
env:
global:
- MAKEFLAGS="-j $(nproc)"
Expand All @@ -9,10 +10,10 @@ jobs:
include:
- os: linux
dist: bionic
arch: x86_64
arch: amd64
- os: linux
dist: focal
arch: x86_64
arch: amd64

install:
- sudo apt-get update
Expand Down

0 comments on commit 1546b3f

Please sign in to comment.