Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 1521f8f

Browse files
committed
update nix channel before running tests
1 parent 932cf37 commit 1521f8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
install:
22
- if [ ! -e /nix ]; then curl https://nixos.org/nix/install | sh; fi
33
- source $HOME/.nix-profile/etc/profile.d/nix.sh
4+
- nix-chanell --list
5+
- nix-chanell --update
46
script:
57
- cd examples && make
68
cache:

0 commit comments

Comments
 (0)