From fe56665b06ef46dc1b60329bea5d52e864f60655 Mon Sep 17 00:00:00 2001 From: Pawel Kurdybacha Date: Sun, 13 May 2018 16:44:30 +0100 Subject: [PATCH] Problem: redundant addson and os section in Travis config Solution: sections removed --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8af4897..80044b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,19 +2,9 @@ language: cpp -os: -- linux -#- osx - dist: trusty - cache: ccache -addons: - apt: - sources: - - ubuntu-toolchain-r-test - matrix: include: ##########################################################