Skip to content

Commit

Permalink
[ci-travis] refs fibercrypto#38 Update vendor and correcting uname
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed May 24, 2019
1 parent e9e2473 commit bbafb2d
Show file tree
Hide file tree
Showing 51 changed files with 6,830 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ci-scripts/install-golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ log_crit() {
uname_os() {
os=$(uname -s | tr '[:upper:]' '[:lower:]')
case "$os" in
msys_nt) os="windows" ;;
msys_nt-10.0) os="windows" ;;
msys_nt*) os="windows" ;;
esac
echo "$os"
}
Expand Down
152 changes: 152 additions & 0 deletions vendor/github.com/skycoin/libskycoin/lib/cgo/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bbafb2d

Please sign in to comment.