Merge pull request #17081 from matthewbauer/patch-3

travis: remount for larger tmp dir
This commit is contained in:
Franz Pletz 2016-07-19 13:51:43 +02:00 committed by GitHub
commit 59a0426f28
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -55,7 +55,7 @@ while test -n "$1"; do
token="--token $GITHUB_TOKEN"
fi
nix-shell --packages nox git --run "nox-review pr --slug $TRAVIS_REPO_SLUG $token $TRAVIS_PULL_REQUEST" -I nixpkgs=$TRAVIS_BUILD_DIR
nix-shell --packages nox git --run "nox-review pr --slug $TRAVIS_REPO_SLUG $token $TRAVIS_PULL_REQUEST"
fi
;;