From 8355ea099a6d5910a92e52116f4ebcbc160cfd67 Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Tue, 5 Nov 2019 13:03:29 +0800 Subject: [PATCH] (PDK-1501) Fix acceptance stages in Travis CI Previously the Travis CI file was brought under PDK control, however the sync.yml did not contain the stage settings for the Litmus jobs which meant that they did not run. This commit fixes that error and runs PDK Update again --- .sync.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.sync.yml b/.sync.yml index 516ddeb..d27eb55 100644 --- a/.sync.yml +++ b/.sync.yml @@ -46,6 +46,7 @@ - bundle exec rake litmus:acceptance:parallel services: docker sudo: required + stage: acceptance appveyor.yml: delete: true diff --git a/.travis.yml b/.travis.yml index 742370a..0bd7c1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ matrix: rvm: 2.5.3 script: ["bundle exec rake litmus:acceptance:parallel"] services: docker + stage: acceptance sudo: required branches: only: -- 2.45.2