From c65610b4ab2d2023e0291f6fc79614a8ef6bdb3d Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 19 Sep 2017 02:17:35 -0700 Subject: [PATCH] travis.yml: Update travis.yml. --- .travis.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6cb754200..7dc859007 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,27 +37,27 @@ matrix: - WITH_INCLUDED_ROCKSDB=--with-included-rocksdb=shared - WITH_INCLUDED_JS=--with-included-js=shared - - os: linux - dist: xenial - group: unstable - sudo: required - compiler: clang-3.9 - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-trusty-3.9 - packages: - - clang-3.9 - - gcc-6 - - g++-6 - - ['automake', 'autoconf', 'autoconf2.13', 'autoconf-archive', 'libtool', 'shtool'] - env: - - CCOMPILER=clang-3.9 - - CXXCOMPILER=clang++-3.9 - - WITH_INCLUDED_BOOST=--with-included-boost - - WITH_INCLUDED_ROCKSDB=--with-included-rocksdb=shared - - WITH_INCLUDED_JS=--with-included-js=shared +# - os: linux +# dist: xenial +# group: unstable +# sudo: required +# compiler: clang-3.9 +# addons: +# apt: +# sources: +# - ubuntu-toolchain-r-test +# - llvm-toolchain-trusty-3.9 +# packages: +# - clang-3.9 +# - gcc-6 +# - g++-6 +# - ['automake', 'autoconf', 'autoconf2.13', 'autoconf-archive', 'libtool', 'shtool'] +# env: +# - CCOMPILER=clang-3.9 +# - CXXCOMPILER=clang++-3.9 +# - WITH_INCLUDED_BOOST=--with-included-boost +# - WITH_INCLUDED_ROCKSDB=--with-included-rocksdb=shared +# - WITH_INCLUDED_JS=--with-included-js=shared # - os: osx # compiler: clang