fix build break for plan9
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$TRAVIS_GO_VERSION" =~ ^1.\12\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
/tmp/gox/gox -build-lib -all -os '!plan9 !nacl'
|
||||
/tmp/gox/gox -build-lib -all
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user