This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
love you circley
pull/456/head
Ethan Buchman
8 years ago
parent
ac443fa61f
commit
6177eb8398
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
circle.yml
+ 4
- 0
circle.yml
View File
@ -14,6 +14,10 @@ checkout:
# - git submodule sync
# - git submodule update --init # use submodules
dependencies:
override:
-
"cd $REPO"
test:
override:
-
"cd $REPO && make test"
Write
Preview
Loading…
Cancel
Save