summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-08-10 01:14:35 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-08-10 01:14:35 +0200
commitc03fbbee6399d6a996f484015035d5996ce80f9a (patch)
treef58b68fdba83cafcd8ad648160ad8393aa6e0a48
parent4b16e8d27ae524c5bf5f8af299703f7334752465 (diff)
.travis.yml: add 'dist: precise' for config that requires it
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a7413bbe..32dce2b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ matrix:
# Performance test with GCC
- os: linux
compiler: g++
+ dist: precise
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release OPJ_CI_INCLUDE_IF_DEPLOY=1 OPJ_CI_PERF_TESTS=1
# Test compilation with AVX2
@@ -43,6 +44,7 @@ matrix:
# Test multi-threading
- os: linux
compiler: g++
+ dist: precise
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release OPJ_NUM_THREADS=2
# Test 32-bit compilation
@@ -113,6 +115,7 @@ matrix:
- os: linux
compiler: g++-4.8
env: OPJ_CI_CC=gcc-4.8 OPJ_CI_CXX=g++-4.8 OPJ_CI_ABI_CHECK=1
+ dist: precise
addons:
apt:
sources: