Better test order and update deps

This commit is contained in:
Rodrigo Fernandes 2016-10-08 16:31:39 +01:00
parent a4f7fa9bcd
commit 7d02e67f3b
No known key found for this signature in database
GPG key ID: 08E3C5F38969078E
3 changed files with 19 additions and 17 deletions

View file

View file

@ -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

View file

@ -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"
]
}