From 25e04238cb910526a2359e60df35486b128a2eec Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> Date: Sun, 30 Jul 2017 23:17:41 +0900 Subject: [PATCH] Fix travis error when executing openssl config script This is probably perl which comes with precise is too old. Upgrading travis build to use trusty fixes the issue. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca26b2d1..ec6cfee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ +dist: trusty language: cpp compiler: - clang - gcc -sudo: false +sudo: required addons: apt: sources: - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.8 - - george-edison55-precise-backports packages: - g++-5 - clang-3.8 -- GitLab