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

Commit f30ea24

Browse files
committed
typo
1 parent 1521f8f commit f30ea24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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
4+
- nix-channel --list
5+
- nix-channel --update
66
script:
77
- cd examples && make
88
cache:

0 commit comments

Comments
 (0)