Browse Source

Improve Travis (#1452)

* Improve Travis

Faster booting with "sudo : required"...Newer environment (i.e. higher GCC version) for more stable builds.

* Improve Speed #2

* Improve Speed #3

Improved based on the log of last build
pull/1456/head
Baiyi "Patrick" Liao 8 years ago
committed by Max Lv
parent
commit
e164ac0a01
1 changed files with 3 additions and 8 deletions
  1. 11
      .travis.yml

11
.travis.yml

@ -1,8 +1,7 @@
sudo: true
sudo: required
language: c
compiler:
- gcc
- clang
dist : trusty
compiler: clang
env:
global:
- LIBSODIUM_VER=1.0.12
@ -27,14 +26,10 @@ addons:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- autoconf
- autotools-dev
- libudns-dev
- libev-dev
- asciidoc
- xmlto
- cmake
- cmake-data
script:
- ./autogen.sh
- ./configure && make

Loading…
Cancel
Save