We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46dc9c commit a6629f8Copy full SHA for a6629f8
.travis.yml
@@ -8,7 +8,8 @@ addons:
8
- ubuntu-toolchain-r-test
9
10
before_install:
11
- - wget -q -O /dev/stdout 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
+ - wget -q -O install-icc.sh 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
12
+ - chmod +x install-icc.sh
13
- ./install-icc.sh
14
15
script:
0 commit comments