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:
parent
a8cf1eddf8
commit
5e141dedce
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue