mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
fix: fixed .travis.yml
This commit is contained in:
@@ -3,16 +3,13 @@ sudo: false
|
||||
go:
|
||||
- 1.9.x
|
||||
|
||||
cache:
|
||||
- arcd/_dependencies
|
||||
|
||||
git:
|
||||
depth: 3
|
||||
|
||||
before_install:
|
||||
- cd arcd
|
||||
install:
|
||||
- make dependencies
|
||||
- make deps
|
||||
|
||||
go_import_path: github.com/evilsocket/arc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user