diff2html/circle.yml

30 lines
578 B
YAML
Raw Normal View History

2016-08-24 10:34:50 +00:00
machine:
node:
version: 6
dependencies:
cache_directories:
- ~/nvm
- ~/.npm
override:
- git clean -dfx
2016-10-08 15:31:39 +00:00
test:
override:
- git clean -dfx
- nvm use 6 && nvm alias default 6
2016-08-24 10:34:50 +00:00
- npm install
2016-10-08 15:31:39 +00:00
- npm run style
2016-08-24 10:34:50 +00:00
- npm run test
2016-10-08 15:31:39 +00:00
- npm run codacy
2016-08-24 10:34:50 +00:00
- git clean -dfx
2016-10-08 15:31:39 +00:00
- nvm use 5 && nvm alias default 5
2016-08-24 10:34:50 +00:00
- npm install
- npm run test
- git clean -dfx
2016-10-08 15:31:39 +00:00
- nvm use 4 && nvm alias default 4
2016-08-24 10:34:50 +00:00
- npm install
- npm run test
- git clean -dfx
2016-10-08 15:31:39 +00:00
- nvm use 0.12 && nvm alias default 0.12
2016-08-24 10:34:50 +00:00
- npm install
- npm run test