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.
This commit is contained in:
William S Fulton 2016-01-05 20:35:31 +00:00
commit 5e141dedce

View file

@ -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