Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
🐛 Increase virtual memory on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed May 11, 2017
1 parent 038215e commit f3328f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ sudo: required
services:
- docker

install:
- sudo sysctl -w vm.max_map_count=262144

script:
- docker build .

Expand Down

0 comments on commit f3328f1

Please sign in to comment.