0
0
mirror of https://github.com/rls-moe/nyx synced 2024-09-28 16:03:47 +02:00
nyx/vendor/gopkg.in/hlandau/passlib.v1/.travis.yml
2020-04-19 10:43:19 +02:00

11 lines
159 B
YAML

language: go
os:
- linux
go:
- 1.4
- tip
sudo: false
install:
- go get gopkg.in/hlandau/passlib.v1
- cd $HOME/gopath/src/gopkg.in/hlandau/passlib.v1