about summary refs log blame commit diff
path: root/.travis.yml
blob: eace0ae15bc628b1400f190ebcec1b6e5b16331f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                  
language: nix
env:
  - NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
before_script:
  - nix-env -f '<nixpkgs>' -iA cachix
  - cachix use tazjin
script:
  # All of my own tools are under the top-level 'tazjin' attribute
  # set, this command will build all of them.
  - nix-build -A tazjin | cachix push tazjin