1
0
Fork 0

switch to trusty

This commit is contained in:
Frank Celler 2017-07-30 15:39:10 +02:00
parent 87567c3c2a
commit 6a78640f79
2 changed files with 3 additions and 2 deletions

View File

@ -17,12 +17,13 @@ language: cpp
cache: ccache cache: ccache
compiler: g++ compiler: g++
sudo: false sudo: false
dist: trusty
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- george-edison55-precise-backports - george-edison55-trusty-backports
packages: packages:
- g++-5 - g++-5
- gcc-5 - gcc-5

View File

@ -19,7 +19,7 @@ echo "CXX: $CXX"
echo echo
echo "$0: compiling ArangoDB" echo "$0: compiling ArangoDB"
(cd build && make -j5) (cd build && make -j6)
echo echo
echo "$0: done" echo "$0: done"