UNPKG
brush_cli
Version:
latest (0.0.2)
0.0.2
0.0.1
A tool for creating and developing cmos PC Framework project.
brush_cli
/
node_modules
/
domhandler
/
.travis.yml
8 lines
(7 loc)
•
163 B
YAML
View Raw
1
2
3
4
5
6
7
8
before_install:
- '[
"${TRAVIS_NODE_VERSION}"
!=
"0.8"
] || npm install -g npm@1.4.28' - npm install -g npm@latest
language: node_js
node_js:
- 0.8 - 0.10