From fd2df387b662454eb22a870d52e80ee344ddc66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 3 Jun 2018 11:59:33 +0100 Subject: [PATCH] Remove linux builds from travis, as they now live on circle --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce943f4b..c9388ac2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,6 @@ matrix: include: - os: osx osx_image: xcode9.1 - - os: linux - env: DETECTED_OS=fedora:27 DOCKER_IMAGE=cyplo/fedora27_base - - os: linux - env: DETECTED_OS=debian:jessie DOCKER_IMAGE=cyplo/jessie_base - - os: linux - env: DETECTED_OS=ubuntu:artful DOCKER_IMAGE=cyplo/artful_base script: - ./test.sh