Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
chore(ci): update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Leunen committed Jun 25, 2016
1 parent bd59cac commit 83b43c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
dependencies:
pre:
- nvm install stable
- nvm install 5
- nvm install 4
- case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=5 ;; 2) NODE_VERSION=stable ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
test:
override:
- case $CIRCLE_NODE_INDEX in 0) nvm use stable && npm t ;; 1) nvm use 5 && npm t ;; 2) nvm use 4 && npm t ;; esac:
parallel: true
- npm t
deployment:
coverage:
branch: /.*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"pretest": "npm run lint",
"test": "npm run test:react:14 && npm run test:react:15",
"test:watch": "karma start --auto-watch",
"lint": "eslint docs src scripts",
"lint": "eslint src scripts",
"compile": "rimraf lib && babel src --ignore __tests__ --out-dir lib",
"serve-docs": "cd docs && ./node_modules/.bin/gatsby develop",
"build-docs": "cd docs && ./node_modules/.bin/gatsby build --prefix-links",
Expand Down

0 comments on commit 83b43c6

Please sign in to comment.