Skip to content

Commit 1fd3881

Browse files
Daniel SchmidtDaniel Schmidt
Daniel Schmidt
authored and
Daniel Schmidt
committed
Fixed travis CI config file.
1 parent 2669600 commit 1fd3881

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ addons:
99
apt:
1010
sources:
1111
- ubuntu-toolchain-r-test
12-
- boost-latest
1312
packages:
13+
- gcc-6
14+
- g++-6
1415
- ragel
1516
- python3
16-
- libboost-all-dev
1717
- libpcap0.8-dev
1818
- autoconf
1919
- automake
2020
- gettext
2121
- libtool
2222

2323
before_install:
24+
- sudo add-apt-repository ppa:kzemek/boost
25+
- sudo add-apt-repository ppa:george-edison55/cmake-3.x
26+
- sudo apt-get update
27+
- sudo apt-get install libboost1.58-dev cmake
28+
- sudo alternatives --set gcc /usr/bin/gcc-6
29+
- sudo alternatives --set g++ /usr/bin/g++-6
2430
- mkdir build && cd build && cmake ..
2531

2632
install:

0 commit comments

Comments
 (0)