projects
/
VSoRC
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Major changes in visuals of most of the project
[VSoRC/.git]
/
node_modules
/
debug
/
.travis.yml
1
2
language: node_js
3
node_js:
4
- "6"
5
- "5"
6
- "4"
7
8
install:
9
- make node_modules
10
11
script:
12
- make lint
13
- make test
14
- make coveralls