summary refs log tree commit diff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Revert "travis: only fetch top commit"Domen Kožar2016-09-07
| | | | | | | | 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.
* nox: add git as build inputMatthew Justin Bauer2016-07-29
| | | | also: add nox as separate target to make build log more quiet
* travis: mount /run/user as 755Matthew Justin Bauer2016-07-18
|
* travis: remount for larger tmp dirMatthew Justin Bauer2016-07-18
|
* travis: build manuals to verify that they workMatthew Bauer2016-07-12
| | | | fixes #15109
* travis: set GITHUB_TOKEN variable in .travis.ymlMatthew Bauer2016-07-12
| | | | This should allow for more builds per hour and less errors from nox-review.
* travis: use community supported languageMatthew Bauer2016-07-12
| | | | Switch to the "community supported" Nix version of Travis.
* travis: only fetch top commitMatthew Bauer2016-07-12
| | | | | | 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.
* travis: split build into matrix of 3Matthew Bauer2016-07-12
| | | | | | | 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.
* travis-ci: allow failures on osx until nixpkgs channel is unblockedDomen Kožar2016-06-03
|
* try using nox from nixpkgs (#15857)Domen Kožar2016-05-31
| | | | | | * try using nox from nixpkgs * release.nix: block on nox since otherwise travis-ci will fail hard
* Enabled osx on travis (#15855)Marc Scholten2016-05-31
|
* travis-ci: use trusty (has 7.5G ram compared to previous 3)Domen Kožar2015-11-02
|
* .travis.yml: add "sudo: required" to opt out of containersTobias Geerinckx-Rice2015-04-07
|
* Travis: chop build in install and build phasesWout Mertens2014-10-15
| | | | | This allows us to see how long install takes. Also, build from hydra binaries as much as possible.
* Review PR in travis with nox-reviewGeorges Dubus2014-09-21