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

Commit

Permalink
travis.yml: verify that the generated image works
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 21, 2018
1 parent e166d64 commit 200d35f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
# .travis.yml

services:
- docker

addons:
apt:
packages:
- docker-ce

script:
- docker build --pull -t nixos/nix .
- docker run -it --rm nixos/nix sh -l -c 'nix-env -iA nixpkgs.hello && test "$(hello)" = "Hello, world."'

0 comments on commit 200d35f

Please sign in to comment.