UNPKG
todolists
Version:
beta (0.0.2-beta1)
latest (1.0.0)
1.0.0
0.1.1
0.1.0
0.0.9
0.0.8-beta
0.0.7-beta
0.0.6-beta
0.0.5-beta
0.0.4-beta
0.0.3-beta
0.0.2-beta4
0.0.2-beta3
0.0.2-beta2
0.0.2-beta1
0.0.2-beta
0.0.1
0.0.1-beta0.1
Todolist in NodeJs CLI
github.com/forthedamn/todolists
forthedamn/todolists
todolists
/
.travis.yml
12 lines
(11 loc)
•
132 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
sudo:
false
language:
node_js
node_js:
-
'6'
-
'7'
-
'8'
install:
- npm i npm && npm i
script:
- npm run ci
after_script: