Skip to content

Commit

Permalink
install all resolvers on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Nov 26, 2015
1 parent c183a39 commit 0b8985e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ env:

install:
- npm install
- "cd resolvers/webpack && npm install && cd ../.."
# install all resolver deps
- "for resolver in ./resolvers/*; do cd $resolver && npm install && cd ../..; done"

script:
- "npm run-script ci-test"
Expand Down

0 comments on commit 0b8985e

Please sign in to comment.