1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

Disable gcc 4.6

This commit is contained in:
Michael Pavlyshko
2014-07-12 20:20:02 +03:00
parent 1dd0a04e54
commit 023943ad81

View File

@@ -1,7 +1,4 @@
language: cpp
compiler:
- gcc
- clang
before_install:
#new boost
@@ -45,7 +42,13 @@ before_script:
script:
- 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