[CI] Fix octave 4.2 CI job to actually still run
Fix pointed out by Karl Wette in #909.
This commit is contained in:
parent
09edd722e1
commit
5498955931
1 changed files with 5 additions and 0 deletions
|
|
@ -85,6 +85,11 @@ matrix:
|
|||
env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.0
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.2 CPP11=1
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: SWIGLANG=perl5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue