Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
try to work around memory hungry webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Feb 20, 2017
1 parent 392437d commit 723a1e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ matrix:
before_install:
- npm install -g npm

script:
before_script:
- npm run lint
- npm run test

script:
- npm run test:node
- npm run test:browser
- npm run coverage

before_script:
Expand Down

0 comments on commit 723a1e5

Please sign in to comment.