[beast] TRAVIS: disable "ubuntu:trusty" builds, whose C++11 version is too old



commit 56513d1e3f33551336688eb90da4f6af0e1421a9
Author: Tim Janik <timj gnu org>
Date:   Fri Apr 1 10:15:44 2016 +0200

    TRAVIS: disable "ubuntu:trusty" builds, whose C++11 version is too old
    
    Signed-off-by: Tim Janik <timj gnu org>

 .travis.yml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index 2fbc858..2c5be84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,19 +12,19 @@ language: c
 env:
   global:
     #- http_proxy="http://example.com";
-    - INTENT="deb" # build and upload deb packages
+    - INTENT="deb" # default intent
   matrix:
-    # Distribution Name and Version
+    # distcheck: succeed in 'make distcheck'
+    - INTENT="distcheck" DIST="ubuntu:wily"
+    # deb: build packages for distribution $DIST
+    - DIST="ubuntu:wily"
     - DIST="debian:jessie"
     - DIST="debian:testing"
-    - DIST="ubuntu:trusty"
-    - DIST="ubuntu:wily"
     - DIST="ubuntu:xenial"
-    - INTENT="distcheck" DIST="ubuntu:wily" # run and succeed in 'distcheck'
+    #- DIST="ubuntu:trusty" # C++11 support too old
 matrix:
   allow_failures:
     - env: DIST="debian:testing"
-    - env: DIST="ubuntu:trusty"
     - env: DIST="ubuntu:xenial"
   fast_finish: true
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]