Upgrade the travis docker image to use xenial

Fix clang-format package name
This commit is contained in:
Marc Di Luzio 2019-01-28 16:46:54 +00:00
parent a725ae21a0
commit b2de93bd14

View File

@ -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