Files
arc-evilsocket/.travis.yml
2017-12-19 23:07:08 +01:00

19 lines
175 B
YAML

language: go
sudo: false
go:
- 1.9.x
git:
depth: 3
before_install:
- cd arcd
install:
- make deps
go_import_path: github.com/evilsocket/arc
script:
- make test