Commit fb9e6281 authored by Daniel Agar's avatar Daniel Agar

disable travis gcc build for now

-the g++ build is frequently killed during the day, but seems to work fine at night
parent 6974d4c7
language: cpp
compiler:
- clang
- gcc
# - gcc
install:
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
......@@ -20,7 +20,7 @@ install:
- cd ~/pyston-build && ninja llvm_up
script:
- cd ~/pyston-build && ninja lint check-format && ninja -j2 && ninja run_raytrace
- cd ~/pyston-build && ninja lint check-format && ninja -j4 && ninja run_raytrace
os:
- linux
......
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