Skip to content

Commit 025b505

Browse files
committed
add echo and remove call to tree
1 parent b4e3071 commit 025b505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ matrix:
3636
- compiler: ghc-8.2.2
3737
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
3838
before_install:
39+
- echo 'Downloading arrayfire-3.6.4'
3940
- curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
4041
- chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
4142
- ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
4243
- ls -lah /opt/arrayfire/
43-
- tree /opt/arrayfire/
4444
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
4545
- WITHCOMPILER="-w $HC"
4646
- HCPKG="$HC-pkg"

0 commit comments

Comments
 (0)