~widelands-dev/widelands/1733279-ingame-clock

« back to all changes in this revision

Viewing changes to .travis.yml

Replace clang 4.0 build with clang 6.0. (Fixes: #1766069)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        key_url: "http://apt.llvm.org/llvm-snapshot.gpg.key"
26
26
      - sourceline: "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.5 main"
27
27
        key_url: "http://apt.llvm.org/llvm-snapshot.gpg.key"
28
 
      - llvm-toolchain-trusty-4.0
29
28
      - llvm-toolchain-trusty-5.0
 
29
      - llvm-toolchain-trusty-6.0
30
30
    packages:
31
31
      - cmake
32
32
      - libboost-dev
59
59
      env: CLANG_VERSION="3.5" BUILD_TYPE="Debug"
60
60
    - os: linux
61
61
      compiler: clang
62
 
      env: CLANG_VERSION="4.0" BUILD_TYPE="Debug"
63
 
    - os: linux
64
 
      compiler: clang
65
62
      env: CLANG_VERSION="5.0" BUILD_TYPE="Debug"
66
63
    - os: linux
67
64
      compiler: clang
 
65
      env: CLANG_VERSION="6.0" BUILD_TYPE="Debug"
 
66
    - os: linux
 
67
      compiler: clang
68
68
      env: CLANG_VERSION="3.4" BUILD_TYPE="Release"
69
69
    - os: linux
70
70
      compiler: clang
71
71
      env: CLANG_VERSION="3.5" BUILD_TYPE="Release"
72
72
    - os: linux
73
73
      compiler: clang
74
 
      env: CLANG_VERSION="4.0" BUILD_TYPE="Release"
75
 
    - os: linux
76
 
      compiler: clang
77
74
      env: CLANG_VERSION="5.0" BUILD_TYPE="Release"
 
75
    - os: linux
 
76
      compiler: clang
 
77
      env: CLANG_VERSION="6.0" BUILD_TYPE="Release"
78
78
    ### LINUX + GCC BUILDS
79
79
    - os: linux
80
80
      compiler: gcc