diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-27 13:21:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 13:21:27 -0700 |
commit | 2ac0e2d90b64d0a2d41610b961031954fefbaf4e (patch) | |
tree | 1fb844671ffc9fca9265eac270835dc69b498415 | |
parent | Merge pull request #482 from jonls/appveyor (diff) | |
parent | travis.yml: Use Ubuntu Trusty (diff) | |
download | redshift-ng-2ac0e2d90b64d0a2d41610b961031954fefbaf4e.tar.gz redshift-ng-2ac0e2d90b64d0a2d41610b961031954fefbaf4e.tar.bz2 redshift-ng-2ac0e2d90b64d0a2d41610b961031954fefbaf4e.tar.xz |
Merge pull request #483 from jonls/travis-trusty
travis.yml: Explicitly use Ubuntu Trusty
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eef7b6c..18e0e81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +dist: trusty +sudo: required language: c before_install: - sed -i -e 's|AC_PREREQ(\[2.69\])|AC_PREREQ([2.68])|' configure.ac |