Skip to content

Commit 6d59631

Browse files
Daniel SchmidtDaniel Schmidt
Daniel Schmidt
authored and
Daniel Schmidt
committed
Fixed travis CI config file.
1 parent 457aaa5 commit 6d59631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ before_install:
2525
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
2626
- sudo apt-get update -q
2727
- sudo apt-get install libboost1.58-dev cmake -y
28-
- sudo alternatives --set gcc /usr/bin/gcc-6
29-
- sudo alternatives --set g++ /usr/bin/g++-6
28+
- sudo update-alternatives --set gcc /usr/bin/gcc-6
29+
- sudo update-alternatives --set g++ /usr/bin/g++-6
3030
- mkdir build && cd build && cmake ..
3131

3232
install:

0 commit comments

Comments
 (0)