Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ludete committed May 9, 2019
1 parent 226363f commit c911826
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
group: deprecated-2017Q2
sudo: required
dist: trusty
os: ubuntu:16.04
dist: xenial
language: generic
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- g++
cache:
directories:
- depends/built
- depends/sdk-sources
- $HOME/.ccache
env:
global:
- MAKEJOBS=-j3
- MAKEJOBS=-j4
- RUN_TESTS=true
- CHECK_DOC=0
- BOOST_TEST_RANDOM=1$TRAVIS_BUILD_ID
Expand Down

0 comments on commit c911826

Please sign in to comment.