Commit bdd472d1 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Disable the dbg-gcc build since it is having some issues

parent 6994239e
...@@ -14,7 +14,7 @@ env: ...@@ -14,7 +14,7 @@ env:
matrix: matrix:
exclude: exclude:
- compiler: gcc - compiler: gcc
env: TRAVIS_BUILD_TYPE=Debug env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
# use travis-ci docker based infrastructure # use travis-ci docker based infrastructure
sudo: false sudo: false
...@@ -51,6 +51,7 @@ addons: ...@@ -51,6 +51,7 @@ addons:
before_install: before_install:
- if [ "$CC" = "clang" ]; then export CC="clang-3.5" CXX="clang++-3.5"; fi - if [ "$CC" = "clang" ]; then export CC="clang-3.5" CXX="clang++-3.5"; fi
- if [ "$CC" = "gcc" ]; then export CC="gcc-4.8" CXX="g++-4.8"; fi - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8" CXX="g++-4.8"; fi
- $CXX --version
install: install:
- git clone git://github.com/llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk - git clone git://github.com/llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment