Skip to content

Commit a6629f8

Browse files
author
Joan Massich
committed
save install-icc to a file
1 parent f46dc9c commit a6629f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ addons:
88
- ubuntu-toolchain-r-test
99

1010
before_install:
11-
- wget -q -O /dev/stdout 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
11+
- wget -q -O install-icc.sh 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
12+
- chmod +x install-icc.sh
1213
- ./install-icc.sh
1314

1415
script:

0 commit comments

Comments
 (0)