Skip to content

Commit 7614d5b

Browse files
committed
typo fix in travis config
1 parent fbe029e commit 7614d5b

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
@@ -23,7 +23,7 @@ install:
2323
- sudo apt-get install libboost-system1.53-dev
2424
- sudo apt-get install libboost-regex1.53-dev
2525
- sudo apt-get install libboost-filesystem1.53-dev
26-
- wget -q0- http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar xvz && sudo cp -fR cmake-3.3.2-Linux-x86_64/* /usr
26+
- wget -qO- http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar xvz && sudo cp -fR cmake-3.3.2-Linux-x86_64/* /usr
2727

2828
before_script:
2929
# update compilers

0 commit comments

Comments
 (0)