Fix stripping in travis

Este commit está contenido en:
Julian Ospald 2020-07-13 21:17:01 +02:00
padre f2e26c1800
commit 75cd8f2341
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 511B62C09D50CD28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -20,5 +20,5 @@ ghcup set 8.8.3
cabal update
cabal build --constraint="zlib static" --constraint="lzma static" -ftui
cp "$(cabal new-exec --verbose=0 --offline sh -- -c 'command -v ghcup')" .
strip -s ghcup
strip ./ghcup
cp ghcup "./${ARTIFACT}"