Skip to content

Commit eb477ea

Browse files
Merge pull request #4797 from owen-jones-diffblue/travis-linux-dist-trusty
Specify linux distribution trusty in .travis.yml
2 parents e8cfb0c + 7d62d73 commit eb477ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
# Ubuntu Linux with glibc using g++-5
8989
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
9090
os: linux
91+
dist: trusty
9192
sudo: false
9293
compiler: gcc
9394
cache: ccache
@@ -127,6 +128,7 @@ jobs:
127128
# Ubuntu Linux with glibc using g++-5, debug mode
128129
- stage: Test different OS/CXX/Flags
129130
os: linux
131+
dist: trusty
130132
sudo: false
131133
compiler: gcc
132134
cache: ccache
@@ -154,6 +156,7 @@ jobs:
154156
# Ubuntu Linux with glibc using clang++-7, debug mode, disable USE_DSTRING
155157
- stage: Test different OS/CXX/Flags
156158
os: linux
159+
dist: trusty
157160
sudo: false
158161
compiler: clang
159162
cache: ccache
@@ -186,6 +189,7 @@ jobs:
186189
# cmake build using g++-7, enable NAMED_SUB_IS_FORWARD_LIST
187190
- stage: Test different OS/CXX/Flags
188191
os: linux
192+
dist: trusty
189193
sudo: false
190194
compiler: gcc
191195
cache: ccache
@@ -214,6 +218,7 @@ jobs:
214218
# cmake build using g++-7, enable CMAKE_USE_CUDD and BDD_GUARDS
215219
- stage: Test different OS/CXX/Flags
216220
os: linux
221+
dist: trusty
217222
sudo: false
218223
compiler: gcc
219224
cache: ccache
@@ -242,6 +247,7 @@ jobs:
242247
# cmake build using clang++-6
243248
- stage: Test different OS/CXX/Flags
244249
os: linux
250+
dist: trusty
245251
sudo: false
246252
compiler: clang
247253
cache: ccache
@@ -300,6 +306,7 @@ jobs:
300306
- stage: Test different OS/CXX/Flags
301307
if: type = cron
302308
os: linux
309+
dist: trusty
303310
sudo: false
304311
compiler: gcc
305312
cache: ccache

0 commit comments

Comments
 (0)