gitlab-ci: test env

This commit is contained in:
makefu 2017-08-16 15:10:06 +02:00
parent d608f17c4c
commit dc6fd2531f
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
nix-shell test:
script:
- env
- nix-shell --pure --command 'true' -p stdenv && echo success
- nix-shell --pure --command 'false' -p stdenv || echo success