From d7a5b679095eaa116fe3fd4521591be981d7abd0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio <japaricious@gmail.com> Date: Tue, 27 Sep 2016 17:35:14 -0500 Subject: [PATCH] remove undesired build job --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 51c0403..f594402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ services: docker sudo: required matrix: + exclude: + # first, clear the matrix + - language: rust + # then add the targets one by one include: - env: TARGET=x86_64-unknown-linux-gnu - env: TARGET=thumbv6m-none-eabi -- GitLab