Skip to content

Commit

Permalink
fix(ci): sudo symbolic linking
Browse files Browse the repository at this point in the history
  • Loading branch information
wzr1337 committed Jul 22, 2017
1 parent d04e60e commit c421ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
- HTTP_PROXY=''
before_install:
# Link gcc-6 and g++-6 to their standard commands
- ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
- ln -s /usr/bin/g++-6 /usr/local/bin/g++
- sudo ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
- sudo ln -s /usr/bin/g++-6 /usr/local/bin/g++
# Export CC and CXX to tell cmake which compiler to use
- export CC=/usr/bin/gcc-6
- export CXX=/usr/bin/g++-6
Expand Down

0 comments on commit c421ff3

Please sign in to comment.