fixup! add Travis CI

This commit is contained in:
zimbatm
2019-02-06 12:29:42 +01:00
parent 36fa566355
commit fccaa2a29c

View File

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