Skip to content

Commit

Permalink
Adding yarn (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
karloscodes committed Apr 5, 2018
1 parent 36fb530 commit 7d1d557
Show file tree
Hide file tree
Showing 9 changed files with 28,440 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- '6.11'
- '8.10'
before_install:
- npm install -g npm@latest && npm install
- npm install -g yarn@latest && yarn install
env:
matrix:
- TEST_DIR=events
Expand All @@ -14,10 +14,10 @@ env:
- TEST_DIR=webhooks-microservice

script:
- cd $TEST_DIR && npm install && npm test
- cd $TEST_DIR && yarn install && yarn test
- |
if [[ $TEST_DIR == "lists-microservice" && $TRAVIS_PULL_REQUEST == "false" ]]; then
npm run test:system;
yarn run test:system;
fi
cache:
Expand Down
Loading

0 comments on commit 7d1d557

Please sign in to comment.