From 5e141dedcec0ba50e9cd79fdff3a0e3f2f10e5fb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 5 Jan 2016 20:35:31 +0000 Subject: Octave tests on Travis now working reliably There is more memory (4GB) on new infra and running with -j2 instead of -j3 is less demanding on the memory. I think this has solved the gcc internal errors as they were probably due to lack of memory. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 32a29d37e..97cfc2df1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,14 +154,6 @@ matrix: - compiler: gcc os: linux env: SWIGLANG=ocaml - # Occasional gcc internal compiler error - - compiler: gcc - os: linux - env: SWIGLANG=octave SWIGJOBS=-j2 VER=3.8 - # Occasional gcc internal compiler error - - compiler: gcc - os: linux - env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.0 # Not quite working yet - compiler: gcc os: linux -- cgit v1.2.1