Skip to content

Commit 1b0c229

Browse files
committed
Specify version on script invocation.
1 parent f7aecad commit 1b0c229

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
@@ -7,6 +7,6 @@ before_install:
77
script:
88
- curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
99
- chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
10-
- ./Arrayfire_*_Linux_x86_64.sh --include-subdir --prefix=/opt
10+
- ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
1111
- ls -lah /opt/arrayfire/
1212
- nix-shell --run test

0 commit comments

Comments
 (0)