Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Moving env variable

Cette révision appartient à :
akuma 2019-06-17 20:59:37 +02:00
Parent 541f8493a9
révision b89d84522d
1 fichiers modifiés avec 4 ajouts et 2 suppressions

Voir le fichier

@ -1,6 +1,8 @@
language: go
go:
- 1.12.x
env:
- GO111MODULE=on
gobuild_args: -x -ldflags "-X main.buildversion=$(git rev-parse HEAD)"
before_install:
- sudo apt-get install gcc-mingw-w64 gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 binutils-mingw-w64-i686
@ -11,8 +13,8 @@ before_install:
- go get github.com/Stephen304/goscrape
- go get github.com/anacrolix/torrent
before_script:
- env GO111MODULE=on go vet
- env GO111MODULE=on go test -v ./...
- go vet
- go test -v ./...
after_success:
- overalls -project=github.com/NyaaPantsu/nyaa -covermode=count -debug
- goveralls -coverprofile="overalls.coverprofile" -service=travis-ci