Skip to content

Commit

Permalink
fix(travis): add jest as global
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed Jun 1, 2017
1 parent a9ad891 commit 83fa406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cache:
install:
- npm install
- npm run compile
- npm install -g jest
before_script:
- npm prune --production
- mkdir gh-pages
Expand Down

0 comments on commit 83fa406

Please sign in to comment.