From 2f340ee62e5d379ae197d600468e68c37022e4e1 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Thu, 14 May 2020 11:24:58 +0200 Subject: [PATCH] ci: Remove dead config in .travis.yml There is no "Saucelabs" stage, and otherwise the "stages" entry just serve to customize the order of the stages, which does not need to be customized. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ee4825441a5..036164a0412a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,11 +18,6 @@ cache: directories: - node_modules -stages: - - Test - - Deploy - - Saucelabs - jobs: include: - stage: Test