Skip to content

Commit 9df84ba

Browse files
committed
fix travis
1 parent 711d79f commit 9df84ba

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.travis.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: cpp
33

44
# Use container based infrastructure for Travis
55
sudo: false
6+
dist: xenial
67

78
cache:
89
directories:
@@ -21,16 +22,15 @@ addons:
2122
sources:
2223
- ubuntu-toolchain-r-test
2324
- boost-latest
24-
- george-edison55-precise-backports
2525
packages:
2626
- build-essential
2727
- autoconf
2828
- cmake
2929
- cmake-data
30-
- libboost-program-options1.55-dev
31-
- libboost-serialization1.55-dev
32-
- libboost-iostreams1.55-dev
33-
- libboost-random1.55-dev
30+
- libboost-program-options1.58-dev
31+
- libboost-serialization1.58-dev
32+
- libboost-iostreams1.58-dev
33+
- libboost-random1.58-dev
3434
coverity_scan:
3535
project:
3636
name: "ph4r05/Whitebox-crypto-AES"
@@ -44,86 +44,86 @@ matrix:
4444
include:
4545
# works on Precise and Trusty
4646
- os: linux
47+
dist: xenial
4748
addons:
4849
apt:
4950
sources:
5051
- ubuntu-toolchain-r-test
5152
- boost-latest
52-
- george-edison55-precise-backports
5353
packages:
5454
- g++-4.9
5555
- build-essential
5656
- autoconf
5757
- cmake
5858
- cmake-data
59-
- libboost-program-options1.55-dev
60-
- libboost-serialization1.55-dev
61-
- libboost-iostreams1.55-dev
62-
- libboost-random1.55-dev
59+
- libboost-program-options1.58-dev
60+
- libboost-serialization1.58-dev
61+
- libboost-iostreams1.58-dev
62+
- libboost-random1.58-dev
6363
env:
6464
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
6565

6666
# works on Precise and Trusty
6767
- os: linux
68+
dist: xenial
6869
addons:
6970
apt:
7071
sources:
7172
- ubuntu-toolchain-r-test
7273
- boost-latest
73-
- george-edison55-precise-backports
7474
packages:
7575
- g++-7
7676
- build-essential
7777
- autoconf
7878
- cmake
7979
- cmake-data
80-
- libboost-program-options1.55-dev
81-
- libboost-serialization1.55-dev
82-
- libboost-iostreams1.55-dev
83-
- libboost-random1.55-dev
80+
- libboost-program-options1.58-dev
81+
- libboost-serialization1.58-dev
82+
- libboost-iostreams1.58-dev
83+
- libboost-random1.58-dev
8484
env:
8585
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
8686

8787
# works on Precise and Trusty
8888
- os: linux
89+
dist: xenial
8990
addons:
9091
apt:
9192
sources:
9293
- ubuntu-toolchain-r-test
9394
- llvm-toolchain-precise-3.6
9495
- boost-latest
95-
- george-edison55-precise-backports
9696
packages:
9797
- clang-3.6
9898
- build-essential
9999
- autoconf
100100
- cmake
101101
- cmake-data
102-
- libboost-program-options1.55-dev
103-
- libboost-serialization1.55-dev
104-
- libboost-iostreams1.55-dev
105-
- libboost-random1.55-dev
102+
- libboost-program-options1.58-dev
103+
- libboost-serialization1.58-dev
104+
- libboost-iostreams1.58-dev
105+
- libboost-random1.58-dev
106106
env:
107107
- MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6"
108108

109109
# works on Trusty
110110
- os: linux
111+
dist: xenial
111112
addons:
112113
apt:
113114
sources:
114-
- llvm-toolchain-trusty-5.0
115+
- llvm-toolchain-xenial-6.0
115116
- boost-latest
116-
- george-edison55-precise-backports
117117
packages:
118-
- clang-5.0
118+
- clang-6.0
119119
- build-essential
120120
- autoconf
121121
- cmake
122122
- cmake-data
123-
- libboost-program-options1.55-dev
124-
- libboost-serialization1.55-dev
125-
- libboost-iostreams1.55-dev
126-
- libboost-random1.55-dev
123+
- libboost-program-options1.58-dev
124+
- libboost-serialization1.58-dev
125+
- libboost-iostreams1.58-dev
126+
- libboost-random1.58-dev
127127
env:
128128
- MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
129129

0 commit comments

Comments
 (0)