From 54ac35797116df2b0868babc446148dcbaf569cd Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Thu, 6 Apr 2017 02:18:13 +0300 Subject: [PATCH] fix(ci): add CircleCI yaml --- circle.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..81d0f02 --- /dev/null +++ b/circle.yml @@ -0,0 +1,17 @@ +dependencies: + override: + - nvm install 0.10 && npm install + - nvm use 0.12 && npm install + - nvm use 4 && yarn install + - nvm use 6 && yarn install + - nvm install 7 && yarn install + +test: + override: + - nvm use 0.10 && npm test + - nvm use 0.12 && npm test + - nvm use 4 && yarn test + - nvm use 6 && yarn test + - nvm use 7 && yarn test + post: + - bash <(curl -s https://codecov.io/bash)