tvl-depot/.travis.yml
Vincent Ambo e9431682b2 refactor: Move CI setup to separate Nix file
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 10:58:09 +00:00

9 lines
217 B
YAML

language: nix
nix: 2.2.2
env:
- NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
before_script:
- nix-env -f '<nixpkgs>' -iA third_party.cachix
- cachix use tazjin
script:
- nix-build ci-builds.nix | cachix push tazjin