Merge pull request #1133 from felixhandte/travis-fix

Make Travis CI Run `apt-get update`
This commit is contained in:
Yann Collet 2018-05-14 09:59:43 -07:00 committed by GitHub
commit 4da0216db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,12 @@
# Medium Tests: Run on all commits/PRs to dev branch
language: c
sudo: required
dist: trusty
sudo: required
addons:
apt:
update: true
matrix:
include:
# Ubuntu 14.04