Skip to content

Commit

Permalink
build fewer targets on appveyor (chrome, firefox, node)
Browse files Browse the repository at this point in the history
to avoid OOM, e.g. in #3850
  • Loading branch information
erikdesjardins committed Jan 5, 2017
1 parent 6278abb commit 41b7f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ install:
- yarn check --integrity
test_script:
- yarn test
- yarn run build -- all
- yarn run build -- chrome,firefox,node
- node dist/node/loader.entry.js

0 comments on commit 41b7f9e

Please sign in to comment.