← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/less_compilers into lp:widelands

 

GunChleoc has proposed merging lp:~widelands-dev/widelands/less_compilers into lp:widelands.

Commit message:
Removed clang 3.6, clang 3.7 and gcc 4.9 from .travis.yml.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/less_compilers/+merge/316897

Travis builds are taking about 3 hours at the moment, because we're running 22 jobs. This branch will reduce this to 16 jobs, leaving the 2 highest and 2 lowest compiler versions each.

C.f. also the discussion in https://code.launchpad.net/~hjd/widelands/additional-compilers/+merge/316258
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/less_compilers into lp:widelands.
=== modified file '.travis.yml'
--- .travis.yml	2016-10-09 09:36:13 +0000
+++ .travis.yml	2017-02-09 20:06:38 +0000
@@ -20,10 +20,6 @@
      - compiler: clang
        env: CLANG_VERSION="3.5" BUILD_TYPE="Debug"
      - compiler: clang
-       env: CLANG_VERSION="3.6" BUILD_TYPE="Debug"
-     - compiler: clang
-       env: CLANG_VERSION="3.7" BUILD_TYPE="Debug"
-     - compiler: clang
        env: CLANG_VERSION="3.8" BUILD_TYPE="Debug"
      - compiler: clang
        env: CLANG_VERSION="3.9" BUILD_TYPE="Debug"
@@ -32,10 +28,6 @@
      - compiler: clang
        env: CLANG_VERSION="3.5" BUILD_TYPE="Release"
      - compiler: clang
-       env: CLANG_VERSION="3.6" BUILD_TYPE="Release"
-     - compiler: clang
-       env: CLANG_VERSION="3.7" BUILD_TYPE="Release"
-     - compiler: clang
        env: CLANG_VERSION="3.8" BUILD_TYPE="Release"
      - compiler: clang
        env: CLANG_VERSION="3.9" BUILD_TYPE="Release"
@@ -44,8 +36,6 @@
      - compiler: gcc
        env: GCC_VERSION="4.8" BUILD_TYPE="Debug"
      - compiler: gcc
-       env: GCC_VERSION="4.9" BUILD_TYPE="Debug"
-     - compiler: gcc
        env: GCC_VERSION="5" BUILD_TYPE="Debug"
      - compiler: gcc
        env: GCC_VERSION="6" BUILD_TYPE="Debug"
@@ -54,8 +44,6 @@
      - compiler: gcc
        env: GCC_VERSION="4.8" BUILD_TYPE="Release"
      - compiler: gcc
-       env: GCC_VERSION="4.9" BUILD_TYPE="Release"
-     - compiler: gcc
        env: GCC_VERSION="5" BUILD_TYPE="Release"
      - compiler: gcc
        env: GCC_VERSION="6" BUILD_TYPE="Release"


Follow ups