mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-08 04:04:53 +02:00
only run tip when on linux & test-removal of GOPATH
This commit is contained in:
parent
e9c6d69156
commit
8e21cdea72
12
.travis.yml
12
.travis.yml
@ -1,13 +1,13 @@
|
||||
language: go
|
||||
os:
|
||||
- linux
|
||||
- windows
|
||||
|
||||
go:
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
- "1.12"
|
||||
- tip
|
||||
|
||||
os:
|
||||
- linux
|
||||
- windows
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then tip; fi
|
||||
|
||||
install:
|
||||
- go get github.com/apexskier/httpauth
|
||||
@ -16,7 +16,7 @@ install:
|
||||
- go get github.com/hpcloud/tail
|
||||
- go get github.com/gorilla/websocket
|
||||
- go get github.com/majormjr/rcon
|
||||
- export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
|
||||
# - export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user