From ebd0b52b3ec201bbd70391c106e541c859ceaaf9 Mon Sep 17 00:00:00 2001 From: Karl Wette Date: Sat, 12 May 2018 02:57:27 +1000 Subject: [PATCH] .travis.yml: test against Octave 4.4 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 54ec4c3f9..d0e1239ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,6 +94,11 @@ matrix: env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.2 CPP11=1 sudo: required dist: trusty + - compiler: gcc + os: linux + env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.4 CPP11=1 + sudo: required + dist: trusty - compiler: gcc os: linux env: SWIGLANG=perl5