From 597ba7fc54ed59cf1d64613dc31625620a184e0e Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sat, 19 Dec 2015 11:03:27 +0100 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73482d24..30254c4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,28 +1,9 @@ -sudo: true - # fully specify builds, include can't dynamically expand matrix entries - # relative order of sudo and env is important so that addons: is recognized - - os: linux - dist: trusty - sudo: required - env: TARGET="linux" - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-4.9 - - g++-4.9 matrix: include: - os: osx - os: linux dist: trusty - - os: linux - sudo: false - cache: - directories: - - ~/.pyenv env: - PYENV_PYTHON_VERSION=3.5.0 -- GitLab