(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
This commit is contained in:
Glenn Sarti
2019-11-05 13:31:09 +08:00
parent ee0e10dc12
commit 018de0aef6
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
- bundle exec rake litmus:acceptance:parallel
services: docker
sudo: required
stage: acceptance
-
bundler_args:
dist: trusty
@@ -50,6 +51,7 @@
- bundle exec rake litmus:acceptance:parallel
services: docker
sudo: required
stage: acceptance
-
bundler_args:
dist: trusty
@@ -63,6 +65,7 @@
- bundle exec rake litmus:acceptance:parallel
services: docker
sudo: required
stage: acceptance
appveyor.yml:
delete: true