added semver to travis.yml

This commit is contained in:
knoxfighter 2018-03-10 16:10:54 +01:00 committed by GitHub
parent e47d20e9d1
commit 68a01b75e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ install:
- go get github.com/hpcloud/tail
- go get github.com/gorilla/websocket
- go get github.com/majormjr/rcon
- go get github.com/Masterminds/semver
- export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
script: