summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-16 19:31:08 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-17 02:36:48 +0000
commit9acf18939c5752d0b57add9b952ad5b663f4f869 (patch)
treea64a633632432477dd5742cd1a1d9dd34b9ca269 /.travis.yml
parent8d4a1f02fd2eb346cc94fa338778b0f252905dd0 (diff)
downloadswig-9acf18939c5752d0b57add9b952ad5b663f4f869.tar.gz
Travis octave parallel builds change
Use the number of cpus available on Travis (currently 2) for parallel builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index c9af37ff4..27eed5d6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,13 +40,13 @@ matrix:
env: SWIGLANG=lua
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j3 # 3.2
+ env: SWIGLANG=octave SWIGJOBS=-j # 3.2
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j3 VER=3.8
+ env: SWIGLANG=octave SWIGJOBS=-j VER=3.8
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j3 VER=4.0
+ env: SWIGLANG=octave SWIGJOBS=-j VER=4.0
- compiler: gcc
os: linux
env: SWIGLANG=perl5
@@ -157,11 +157,11 @@ matrix:
# Occasional gcc internal compiler error
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j3 VER=3.8
+ env: SWIGLANG=octave SWIGJOBS=-j VER=3.8
# Occasional gcc internal compiler error
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j3 VER=4.0
+ env: SWIGLANG=octave SWIGJOBS=-j VER=4.0
# Not quite working yet
- compiler: gcc
os: linux