diff options
| author | Karl Schultz <karl@lunarg.com> | 2018-12-06 10:40:57 -0700 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2018-12-06 16:16:01 -0700 |
| commit | 530732d15b736c3b29d615629035028cda2f032e (patch) | |
| tree | ac8996be5cbdb2e6847ae3a3bd66640a6e5cb048 | |
| parent | 6d32ef8d5fb45e4cbfa686bc967bd4fce3387f7a (diff) | |
| download | usermoji-530732d15b736c3b29d615629035028cda2f032e.tar.xz | |
build: Update Travis-CI to Ubuntu 16.04
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 84ed23be..ea522fbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # Build Configuration for Travis CI # https://travis-ci.org -dist: trusty +dist: xenial sudo: required language: cpp |
