Travis testing of Go changes
Use gimme to install a version of Go to test. Travis already uses gimme to pre-install a version of Go. Switch some of the Go testing from travis to xenial.
This commit is contained in:
parent
2937f05296
commit
9c3faeb0ee
2 changed files with 12 additions and 4 deletions
|
|
@ -37,6 +37,9 @@ case "$SWIGLANG" in
|
|||
travis_retry sudo dpkg -i dmd_2.066.0-0_amd64.deb
|
||||
;;
|
||||
"go")
|
||||
if [[ "$VER" ]]; then
|
||||
eval "$(gimme ${VER}.x)"
|
||||
fi
|
||||
;;
|
||||
"javascript")
|
||||
case "$ENGINE" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue