From aa7006cce9e92e7a51d7dd41574cbcb2cf2f748d Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 5 Mar 2018 13:40:00 +0100 Subject: [PATCH] travis: Remove IPK & RPM builds Signed-off-by: Brendan Le Foll --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b06511c..e7df1c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,6 @@ before_install: jobs: fast_finish: true - allow_failures: - - env: TARGET=ipk include: - &run-with-clang stage: Clang 3.8 @@ -93,9 +91,5 @@ jobs: env: TARGET=imraa - <<: *run-additional-jobs env: TARGET=ftdi4442 - - <<: *run-additional-jobs - env: TARGET=ipk - - <<: *run-additional-jobs - env: TARGET=rpm - <<: *run-additional-jobs env: TARGET=sonar-scan