Problem: redundant addson and os section in Travis config

Solution: sections removed
This commit is contained in:
Pawel Kurdybacha 2018-05-13 16:44:30 +01:00
parent 8d84f9a1af
commit fe56665b06

View File

@ -2,19 +2,9 @@
language: cpp
os:
- linux
#- osx
dist: trusty
cache: ccache
addons:
apt:
sources:
- ubuntu-toolchain-r-test
matrix:
include:
##########################################################