aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-07-27 13:21:27 -0700
committerGitHub <noreply@github.com>2017-07-27 13:21:27 -0700
commit2ac0e2d90b64d0a2d41610b961031954fefbaf4e (patch)
tree1fb844671ffc9fca9265eac270835dc69b498415
parentMerge pull request #482 from jonls/appveyor (diff)
parenttravis.yml: Use Ubuntu Trusty (diff)
downloadredshift-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.yml2
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