Browse Source

install

pull/1780/head
Zach Ramsay 7 years ago
committed by Ethan Buchman
parent
commit
0e7d974410
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      circle.yml

+ 1
- 1
circle.yml View File

@ -18,5 +18,5 @@ checkout:
test:
override:
- "go version"
- "cd $REPO && make metalinter_test"
- "cd $REPO && make get_vendor_deps && make metalinter_test"
- "cd $REPO && make test_integrations"

Loading…
Cancel
Save