summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-01 12:31:18 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-01 12:43:47 +0100
commit6db5556456ab76577f801efcbb2df1e0f91b276a (patch)
treebc3bcaaa7cc4a1e5a4de75c34176d97f5b985220 /.travis.yml
parent07b2f5ac09baa66d25929e02224203c366190f92 (diff)
downloadswig-6db5556456ab76577f801efcbb2df1e0f91b276a.tar.gz
Add Lua 5.3 testing on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6bf3e3c37..10f6c879f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,11 @@ matrix:
env: SWIGLANG=lua
- compiler: gcc
os: linux
+ env: SWIGLANG=lua VER=5.3
+ sudo: required
+ dist: trusty
+ - compiler: gcc
+ os: linux
env: SWIGLANG=octave SWIGJOBS=-j2 # 3.2
- compiler: gcc
os: linux