summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-11-13travis: disable for pull requestsJoerg Thalheim
travis is too slow for us and confuse contributors, who think they have to get travis tests green. We have now pr bots instead.
2017-08-14travis: Add dummy environment variables as build labelsTuomas Tynkkynen
Travis doesn't have explicit support for labeling builds in a build matrix, so use a dummy environment variable as a poor man's label. Before: https://travis-ci.org/NixOS/nixpkgs/builds/264390928 After: https://travis-ci.org/NixOS/nixpkgs/builds/264499784
2017-06-03Actually disable travis emailsShea Levy
2017-06-03Disable travis email notifications.Shea Levy
Travis checks on nixpkgs are a waste of time, if people insist on keeping them they can at least not spam our inboxes
2017-03-24Fix a missed `sudo: true` lineKosyrev Serge
2017-03-24travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix ↵Kosyrev Serge
#24200
2017-03-15travis: send emails iff commit caused the build to start failingJoachim Fasting
This setting should ensure that email notifications are sent *only* when the commit caused the build to start failing. That is, no more "the build is still failing" spam. As an alternative we could consider disabling email notifications outright and possibly enable IRC notifications instead.
2016-12-15travis: also evaluate nixpkgs-unstableDomen Kožar
2016-09-07Revert "travis: only fetch top commit"Domen Kožar
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 Bauer
also: add nox as separate target to make build log more quiet
2016-07-18travis: mount /run/user as 755Matthew Justin Bauer
2016-07-18travis: remount for larger tmp dirMatthew Justin Bauer
2016-07-12travis: build manuals to verify that they workMatthew Bauer
fixes #15109
2016-07-12travis: set GITHUB_TOKEN variable in .travis.ymlMatthew Bauer
This should allow for more builds per hour and less errors from nox-review.
2016-07-12travis: use community supported languageMatthew Bauer
Switch to the "community supported" Nix version of Travis.
2016-07-12travis: only fetch top commitMatthew Bauer
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 Bauer
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žar
2016-05-31try using nox from nixpkgs (#15857)Domen Kožar
* 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 Scholten
2015-11-02travis-ci: use trusty (has 7.5G ram compared to previous 3)Domen Kožar
2015-04-07.travis.yml: add "sudo: required" to opt out of containersTobias Geerinckx-Rice
2014-10-15Travis: chop build in install and build phasesWout Mertens
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 Dubus