From 5498955931a875ddb4aca7cd49f2eba9828baaa6 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 21 Feb 2017 11:13:43 +1300 Subject: [PATCH] [CI] Fix octave 4.2 CI job to actually still run Fix pointed out by Karl Wette in #909. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9965f569f..15be35f2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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