get some other deps

This commit is contained in:
Edward Muller
2019-10-13 16:51:57 -07:00
parent 8ec9a493ec
commit 75440f2ebe
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
if [[ "$TRAVIS_GO_VERSION" =~ ^1.\12\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
if [[ "$TRAVIS_GO_VERSION" =~ ^1\.12\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
/tmp/gox/gox -build-lib -all
fi