Skip to content

Commit

Permalink
test: update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Apr 21, 2019
1 parent fb08736 commit 9deb898
Showing 10 changed files with 14 additions and 528 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -61,9 +61,10 @@ before_install:
- sudo ldconfig

script:
- export GO111MODULE=on
- cd -
- sudo curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 && sudo chmod +x /usr/local/bin/dep
- dep ensure -vendor-only
# - sudo curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 && sudo chmod +x /usr/local/bin/dep
# - dep ensure -vendor-only
- ./scripts/unit-travis.sh

after_success:
Loading

0 comments on commit 9deb898

Please # to comment.