mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Upgrade the travis docker image to use xenial
Fix clang-format package name
This commit is contained in:
parent
a725ae21a0
commit
b2de93bd14
@ -1,11 +1,12 @@
|
|||||||
language: c
|
language: c
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
sudo: false
|
sudo: false
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- clang-format-3.4
|
- clang-format
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/format-check.sh
|
- ./scripts/format-check.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user