Commit 0331df13 authored by Otto Kekäläinen's avatar Otto Kekäläinen

Travis-CI: clean away cruf in definition file and use correct syntax

parent 553ca406
...@@ -8,13 +8,9 @@ dist: trusty ...@@ -8,13 +8,9 @@ dist: trusty
language: cpp language: cpp
compiler: compiler:
- gcc - gcc
# - clang # See commit f38808 if you want to re-enable clang builds
cache: cache:
apt: - apt
ccache: - ccache
# Timing on build an test needs to be < 50 minutes. The compile is ~4-5minutes
# so here we group the tests such that this happens.
addons: addons:
apt: apt:
...@@ -37,7 +33,7 @@ addons: ...@@ -37,7 +33,7 @@ addons:
- po-debconf - po-debconf
- psmisc - psmisc
- zlib1g-dev - zlib1g-dev
- libcrack2-dev # no effect as the package is disallowed on Travis-CI - libcrack2-dev
- libjemalloc-dev - libjemalloc-dev
- devscripts # implicit for any build on Ubuntu - devscripts # implicit for any build on Ubuntu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment