We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553ca40 commit 0331df1Copy full SHA for 0331df1
.travis.yml
@@ -8,13 +8,9 @@ dist: trusty
8
language: cpp
9
compiler:
10
- gcc
11
-# - clang # See commit f38808 if you want to re-enable clang builds
12
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.
+ - apt
+ - ccache
18
19
addons:
20
apt:
@@ -37,7 +33,7 @@ addons:
37
33
- po-debconf
38
34
- psmisc
39
35
- zlib1g-dev
40
- - libcrack2-dev # no effect as the package is disallowed on Travis-CI
36
+ - libcrack2-dev
41
- libjemalloc-dev
42
- devscripts # implicit for any build on Ubuntu
43
0 commit comments