Commit 1e0b1025f3bdd84ff73021735b1fe999fd22c7b0

Authored by Gábor Lipták
Committed by Jay Berkenbilt
1 parent 18e558e7

Update Travis to Xenial

Showing 1 changed file with 1 additions and 1 deletions
.travis.yml
1 1 language: cpp
2 2 compiler: gcc
3 3 sudo: require
4   -dist: trusty
  4 +dist: xenial
5 5  
6 6 install:
7 7 - sudo apt-get update -qq
... ...