mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Disable gcc 4.6
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -1,8 +1,5 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
|
||||
before_install:
|
||||
#new boost
|
||||
- sudo add-apt-repository --yes ppa:boost-latest/ppa
|
||||
@@ -43,9 +40,15 @@ before_script:
|
||||
- cmake ..
|
||||
|
||||
script:
|
||||
- make
|
||||
|
||||
- make
|
||||
|
||||
|
||||
env:
|
||||
- ignore=this
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- env: ignore=this
|
||||
include:
|
||||
- compiler: clang
|
||||
env: REAL_CC=clang-3.1 REAL_CXX=clang++-3.1 PACKAGE=clang-3.1
|
||||
|
Reference in New Issue
Block a user