Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
add a regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 10, 2020
1 parent dd85d95 commit 30791bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,4 +11,5 @@ addons:
script:
- docker build --pull -t nixos/nix .
- docker run -it --rm nixos/nix nix-channel --list
- docker run -it --rm nixos/nix nix-shell -p hello --run hello
- docker run -it --rm nixos/nix sh -l -c 'nix-env -iA nixpkgs.hello && test "$(hello)" = "Hello, world!"'

0 comments on commit 30791bd

Please sign in to comment.