...

Text file src/github.com/sirupsen/logrus/travis/cross_build.sh

Documentation: github.com/sirupsen/logrus/travis

     1#!/bin/bash
     2
     3if [[ "$TRAVIS_GO_VERSION" =~ ^1\.13\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$GO111MODULE" == "on" ]]; then
     4    $(go env GOPATH)/bin/gox -build-lib
     5fi

View as plain text