0
0
mirror of https://github.com/rls-moe/nyx synced 2024-11-14 22:12:24 +00:00
nyx/vendor/gopkg.in/hlandau/passlib.v1/.travis.yml

13 lines
253 B
YAML
Raw Normal View History

2020-04-18 08:09:55 +00:00
language: go
os:
- linux
go:
- 1.10
2020-04-18 08:09:55 +00:00
- 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
2020-04-18 08:09:55 +00:00
- cd $HOME/gopath/src/gopkg.in/hlandau/passlib.v1
- go get