Skip to content

Commit

Permalink
Temporarily disable jest testing on Example project (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Nov 23, 2016
1 parent ed1491c commit f222970
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
machine:
node:
version: 6.3.1
version: 6.9.1
dependencies:
override:
- npm install
- ? |
case $CIRCLE_NODE_INDEX in
2)
cd Example
npm install
;;
esac
:
parallel: true
test:
override:
- ? |
Expand All @@ -23,10 +14,6 @@ test:
1)
MOCHA_FILE=$CIRCLE_TEST_REPORTS/mocha/junit.xml npm test -- --reporter mocha-junit-reporter
;;
2)
cd Example
npm run jest
;;
esac
:
parallel: true

0 comments on commit f222970

Please sign in to comment.