Skip to content

Commit 0331df1

Browse files
committed
Travis-CI: clean away cruf in definition file and use correct syntax
1 parent 553ca40 commit 0331df1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ dist: trusty
88
language: cpp
99
compiler:
1010
- gcc
11-
# - clang # See commit f38808 if you want to re-enable clang builds
1211
cache:
13-
apt:
14-
ccache:
15-
16-
# Timing on build an test needs to be < 50 minutes. The compile is ~4-5minutes
17-
# so here we group the tests such that this happens.
12+
- apt
13+
- ccache
1814

1915
addons:
2016
apt:
@@ -37,7 +33,7 @@ addons:
3733
- po-debconf
3834
- psmisc
3935
- zlib1g-dev
40-
- libcrack2-dev # no effect as the package is disallowed on Travis-CI
36+
- libcrack2-dev
4137
- libjemalloc-dev
4238
- devscripts # implicit for any build on Ubuntu
4339

0 commit comments

Comments
 (0)