Skip to content

Commit

Permalink
[ci-travis] refs fibercrypto#38 Added msys_nt-10.0 in `matrix uname…
Browse files Browse the repository at this point in the history
…_os_check` in `install-golangci-lint.sh`
  • Loading branch information
Maykel Arias Torres committed May 24, 2019
1 parent 512465b commit 9119bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-scripts/install-golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ uname_os_check() {
plan9) return 0 ;;
solaris) return 0 ;;
windows) return 0 ;;
msys_nt-10.0) return 0 ;;
esac
log_crit "uname_os_check '$(uname -s)' got converted to '$os' which is not a GOOS value. Please file bug at https://github.com/client9/shlib"
return 1
Expand Down

0 comments on commit 9119bbe

Please sign in to comment.