diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2016-01-05 20:35:31 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2016-01-05 20:35:31 +0000 |
commit | 5e141dedcec0ba50e9cd79fdff3a0e3f2f10e5fb (patch) | |
tree | 1d2c56f558169ffd01de6017319324c92fbf7902 | |
parent | a8cf1eddf8007eb6eb9080a77289cdc5c6873e6c (diff) | |
download | swig-5e141dedcec0ba50e9cd79fdff3a0e3f2f10e5fb.tar.gz |
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.
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
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 |