This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
Dota2-Random
mirror of
https://github.com/binhonglee/Dota2-Random
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Fix yaml missing installation step
pull/3/head
BinHong Lee
7 years ago
parent
0684dd5b8e
commit
35afafbcb0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.travis.yml
+ 1
- 0
.travis.yml
View File
@@ -7,6 +7,7 @@ node_js:
- "4"
- "lts/*"
install:
- npm install
- npm install -g codecov
script:
- npm test
Write
Preview
Loading…
Cancel
Save