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)
This commit is contained in:
William S Fulton 2016-05-01 21:59:41 +01:00
commit 8666b99e74
2 changed files with 5 additions and 4 deletions

View file

@ -26,10 +26,6 @@ case "$SWIGLANG" in
sudo dpkg -i dmd_2.066.0-0_amd64.deb
;;
"go")
# Until configure.ac is fixed
go env | sed -e 's/^/export /' > goenvsetup
source goenvsetup
rm -f goenvsetup
;;
"javascript")
case "$ENGINE" in