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
/
ionic-app-lib
/
circle.yml
13 lines
(9 loc)
•
171 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
machine:
pre:
-
npm
install
-g
gulp
test:
override:
-
nvm
use
0.12
&&
npm
test
-
nvm
use
4.0
&&
npm
test
post:
-
nvm
use
4.0
&&
npm
run
coveralls