CI: Travis: build.sh: rm: no longer usable and even harmful vars

M  build.sh
This commit is contained in:
Anton-Latukha 2020-05-27 17:43:47 +03:00
parent d9a5cd9055
commit 39ab999801
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@ set -xe
set -euo pipefail
IFS=$'\n\t'
STRICT=${STRICT:-false}
TRACING=${TRACING:-false}
NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/6820e2f0dd16104961d6fc7e8e38846807159c4e.tar.gz
if [ "$GHCVERSION" = "ghcjs" ]; then
nix-build --substituters 'https://nixcache.reflex-frp.org?trusted=1' ghcjs
else