summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e27adc4d7..545b915d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: c
+sudo: required
+dist: trusty
+
git:
depth: 1500
@@ -12,6 +15,13 @@ env:
- MAKE_CHECK="root"
- MAKE_CHECK="dist"
+matrix:
+ include:
+ - os: linux
+ dist: precise
+ compiler: gcc
+ env: PRECISE="yes" MAKE_CHECK="root"
+
branches:
only:
- master