UNPKG
opted
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Stringify an object to command line options
github.com/tandrewnichols/opted
tandrewnichols/opted
opted
/
.travis.yml
17 lines
(16 loc)
•
287 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
node_js
sudo:
false
before_install:
-
"export CODECLIMATE_REPO_TOKEN=8c3335c688370e0aa8f44a1d671e75996786ab29578a60ade5b476a6312fd145"
install:
-
"npm install"
script:
-
"npm run travis"
node_js:
-
"4"
-
"5"
-
"6"
-
"7"
cache:
directories: -
'node_modules'