about summary refs log tree commit diff
path: root/.travis.yml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-09 r/111 refactor: Move CI setup to separate Nix fileVincent Ambo1-3/+1
Instead of polluting the repository namespace with the list of CI projects, move that to a separate file. Currently the list of projects to be built by CI is still hardcoded, but this will be fixed soon.
2019-12-09 r/109 fix(build): Install cachix from third_partyVincent Ambo1-1/+1
2019-09-22 r/90 refactor(build): Only build projects explicitly set as CI projectsVincent Ambo1-1/+1
2019-09-02 chore: Pin Nix version in Travis buildsVincent Ambo1-0/+1
There are some unexpected cache misses in the Travis builds and I suspect this might be due to mismatching Nix versions.
2019-09-02 feat: Add Travis CI configurationVincent Ambo1-0/+10
Adds a configuration that builds all of my own services and pushes the resulting closures to Cachix.