shrub/.travis.yml

17 lines
305 B
YAML
Raw Normal View History

2019-03-05 03:43:53 +03:00
language: nix
nix: 2.1.3
2019-03-05 03:43:53 +03:00
install:
# nix-env -iA cachix -f https://cachix.org/api/v1/install
before_install:
2019-03-05 03:43:53 +03:00
- git lfs pull
2017-06-14 04:32:37 +03:00
script:
2019-03-05 03:43:53 +03:00
# cachix authtoken "$CACHIX_AUTH_TOKEN" >/dev/null
# cachix use urbit
- make
- make test
- sh/update-brass-pill # To verify that this works.
# ./sh/cachix