mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
13 lines
253 B
YAML
13 lines
253 B
YAML
|
language: go
|
||
|
os:
|
||
|
- linux
|
||
|
go:
|
||
|
- 1.10
|
||
|
- tip
|
||
|
sudo: false
|
||
|
install:
|
||
|
- mkdir -p $HOME/gopath/src/gopkg.in/hlandau/
|
||
|
- ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/gopkg.in/hlandau/passlib.v1
|
||
|
- cd $HOME/gopath/src/gopkg.in/hlandau/passlib.v1
|
||
|
- go get
|