Better test order and update deps
This commit is contained in:
parent
a4f7fa9bcd
commit
7d02e67f3b
3 changed files with 19 additions and 17 deletions
21
circle.yml
21
circle.yml
|
|
@ -7,7 +7,16 @@ dependencies:
|
|||
- ~/.npm
|
||||
override:
|
||||
- git clean -dfx
|
||||
- nvm use 0.12 && nvm alias default 0.12
|
||||
test:
|
||||
override:
|
||||
- git clean -dfx
|
||||
- nvm use 6 && nvm alias default 6
|
||||
- npm install
|
||||
- npm run style
|
||||
- npm run test
|
||||
- npm run codacy
|
||||
- git clean -dfx
|
||||
- nvm use 5 && nvm alias default 5
|
||||
- npm install
|
||||
- npm run test
|
||||
- git clean -dfx
|
||||
|
|
@ -15,14 +24,6 @@ dependencies:
|
|||
- npm install
|
||||
- npm run test
|
||||
- git clean -dfx
|
||||
- nvm use 5 && nvm alias default 5
|
||||
- nvm use 0.12 && nvm alias default 0.12
|
||||
- npm install
|
||||
- npm run test
|
||||
- git clean -dfx
|
||||
- nvm use 6 && nvm alias default 6
|
||||
- npm install
|
||||
test:
|
||||
override:
|
||||
- npm run style
|
||||
- npm run test
|
||||
- npm run codacy
|
||||
|
|
|
|||
15
package.json
15
package.json
|
|
@ -58,17 +58,17 @@
|
|||
"hogan.js": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.4.1",
|
||||
"autoprefixer": "^6.5.0",
|
||||
"browserify": "^13.1.0",
|
||||
"clean-css": "^3.4.19",
|
||||
"clean-css": "^3.4.20",
|
||||
"codacy-coverage": "^2.0.0",
|
||||
"eslint": "^3.5.0",
|
||||
"eslint-plugin-promise": "^2.0.1",
|
||||
"eslint-plugin-standard": "^2.0.0",
|
||||
"eslint": "^3.7.1",
|
||||
"eslint-plugin-promise": "^3.0.0",
|
||||
"eslint-plugin-standard": "^2.0.1",
|
||||
"fast-html-parser": "^1.0.1",
|
||||
"istanbul": "^0.4.4",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^3.0.2",
|
||||
"mocha": "^3.1.0",
|
||||
"nopt": "^3.0.6",
|
||||
"postcss-cli": "^2.6.0",
|
||||
"uglifyjs": "^2.4.10"
|
||||
|
|
@ -76,6 +76,7 @@
|
|||
"license": "MIT",
|
||||
"files": [
|
||||
"src",
|
||||
"dist"
|
||||
"dist",
|
||||
"typescript"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue