Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
specific install step (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis authored Feb 17, 2020
1 parent e4745b2 commit eb3a4d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ go_import_path: github.com/AlecAivazis/survey/v2
before_install:
- go get github.com/alecaivazis/run

install: []
install:
- run install-deps

script:
- run tests
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ require (
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
golang.org/x/sys v0.0.0-20190530182044-ad28b68e88f1 // indirect
)

go 1.13

0 comments on commit eb3a4d3

Please sign in to comment.