about summary refs log tree commit diff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-09-07Revert "travis: only fetch top commit"Domen Kožar1-2/+0
This reverts commit 3c0fdefd8470878242d8c119952918e171be590c. 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.
2016-07-29nox: add git as build inputMatthew Justin Bauer1-2/+2
also: add nox as separate target to make build log more quiet
2016-07-18travis: mount /run/user as 755Matthew Justin Bauer1-1/+1
2016-07-18travis: remount for larger tmp dirMatthew Justin Bauer1-0/+2
2016-07-12travis: build manuals to verify that they workMatthew Bauer1-3/+2
fixes #15109
2016-07-12travis: set GITHUB_TOKEN variable in .travis.ymlMatthew Bauer1-0/+3
This should allow for more builds per hour and less errors from nox-review.
2016-07-12travis: use community supported languageMatthew Bauer1-6/+2
Switch to the "community supported" Nix version of Travis.
2016-07-12travis: only fetch top commitMatthew Bauer1-0/+2
This will make travis only fetch the top level commit instead of fetching the top 50 (default). Nox should be able fetch other commits on an as-needed basis.
2016-07-12travis: split build into matrix of 3Matthew Bauer1-5/+11
This adds a 3rd matrix to be built by Travis. The new matrix "checks" the NixPkgs evaluation so the other 2 can save their resources for building. Hopefully, this will lead to less "out of space" errors that seem to be happening with Travis. Also adds folding.
2016-06-03travis-ci: allow failures on osx until nixpkgs channel is unblockedDomen Kožar1-0/+2
2016-05-31try using nox from nixpkgs (#15857)Domen Kožar1-6/+2
* try using nox from nixpkgs * release.nix: block on nox since otherwise travis-ci will fail hard
2016-05-31Enabled osx on travis (#15855)Marc Scholten1-5/+14
2015-11-02travis-ci: use trusty (has 7.5G ram compared to previous 3)Domen Kožar1-0/+1
2015-04-07.travis.yml: add "sudo: required" to opt out of containersTobias Geerinckx-Rice1-0/+1
2014-10-15Travis: chop build in install and build phasesWout Mertens1-1/+3
This allows us to see how long install takes. Also, build from hydra binaries as much as possible.
2014-09-21Review PR in travis with nox-reviewGeorges Dubus1-0/+3