Skip to content

Commit

Permalink
Lint on Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Dec 17, 2017
1 parent e950fd2 commit 4d3905c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ test:
pre:
- mkdir -p $CIRCLE_TEST_REPORTS/unit
override:
- yarn run test:lint
- nvm use 8 && yarn run test:lint
- nvm use 6 && MOCHA_FILE=$CIRCLE_TEST_REPORTS/unit/node6.xml yarn run test:ci:unit
- nvm use 8 && MOCHA_FILE=$CIRCLE_TEST_REPORTS/unit/node8.xml yarn run test:ci

0 comments on commit 4d3905c

Please sign in to comment.