Skip to content
Snippets Groups Projects
Commit 25e04238 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

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.
parent b6ace4b1
Branches
No related merge requests found
dist: trusty
language: cpp language: cpp
compiler: compiler:
- clang - clang
- gcc - gcc
sudo: false sudo: required
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
- george-edison55-precise-backports
packages: packages:
- g++-5 - g++-5
- clang-3.8 - clang-3.8
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment