This reverts commit 3c0fdefd84.
We have to keep more history because travis build could be
triggered after new commit is made, meaning it won't be able
to checkout the repository.
21 lines
726 B
YAML
21 lines
726 B
YAML
language: nix
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
sudo: false
|
|
script:
|
|
- ./maintainers/scripts/travis-nox-review-pr.sh nixpkgs-verify nixpkgs-manual nixpkgs-tarball
|
|
- ./maintainers/scripts/travis-nox-review-pr.sh nixos-options nixos-manual
|
|
- 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 nox pr
|
|
- os: osx
|
|
osx_image: xcode7.3
|
|
script: ./maintainers/scripts/travis-nox-review-pr.sh nox pr
|
|
env:
|
|
global:
|
|
- GITHUB_TOKEN=5edaaf1017f691ed34e7f80878f8f5fbd071603f
|