fixup! add Travis CI

This commit is contained in:
zimbatm 2019-02-06 12:29:42 +01:00
parent 36fa566355
commit fccaa2a29c
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -5,4 +5,9 @@ mkShell {
jq jq
skopeo skopeo
]; ];
shellHook = ''
# try to work aroud build issues
unset TMPDIR
'';
} }