travis: remount for larger tmp dir

This commit is contained in:
Matthew Justin Bauer 2016-07-18 16:09:25 -05:00 committed by GitHub
parent cb53771d93
commit a7cb720bae

View File

@ -9,6 +9,8 @@ matrix:
- os: linux
sudo: required
dist: trusty
before_script:
- sudo mount -o remount,exec,size=2G /run/user
script: ./maintainers/scripts/travis-nox-review-pr.sh pr
- os: osx
osx_image: xcode7.3