summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-01 21:59:41 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-02 21:24:48 +0100
commit8666b99e742cc4a1855d8eb73868cf06a4b25704 (patch)
treeb84ecf1bf18e157d69ce151ef6d969fde2aafa96 /.travis.yml
parent06657a98142bf5a52db70267ea40780a8dd1808d (diff)
downloadswig-8666b99e742cc4a1855d8eb73868cf06a4b25704.tar.gz
Test Go 1.5 on Ubuntu Trusty on Travis
1.5 is the default version on Trusty (VER=1.5 added just for display 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 10f6c879f..52f06dc01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,11 @@ matrix:
env: SWIGLANG=go
- compiler: gcc
os: linux
+ env: SWIGLANG=go VER=1.5
+ sudo: required
+ dist: trusty
+ - compiler: gcc
+ os: linux
env: SWIGLANG=guile
- compiler: gcc
os: linux