Skip to content

Commit

Permalink
fix(travis): fix env variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Aug 3, 2019
1 parent 4018b30 commit 2e00771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ branches:
- master

env:
- MOZ_HEADLESS=1
- NODE_OPTIONS=--max_old_space_size=8192
- MOZ_HEADLESS=1 NODE_OPTIONS=--max_old_space_size=8192

addons:
firefox: latest
Expand Down

0 comments on commit 2e00771

Please sign in to comment.