Skip to content

Commit

Permalink
Add test to circleci for environments with [email protected] (palanti…
Browse files Browse the repository at this point in the history
  • Loading branch information
nchen63 authored Jan 18, 2017
1 parent d0322f4 commit c795a3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ general:
- gh-pages
dependencies:
pre:
- case $CIRCLE_NODE_INDEX in 0) nvm use 4.2 ;; 1) nvm use 5.7 ;; 2) nvm use 6.1 ;; esac
- case $CIRCLE_NODE_INDEX in 0) nvm use 4.2 ;; 1) nvm use 5.7 ;; [2-3]) nvm use 6.1 ;; esac
test:
override:
- npm run verify
- case $CIRCLE_NODE_INDEX in [0-2]) npm run verify ;; 3) npm run clean && npm run compile && npm i [email protected] && npm run test ;; esac:
parallel: true
deployment:
npm-latest:
# match semver tag (e.g. 3.12.7)
Expand Down

0 comments on commit c795a3d

Please sign in to comment.