From d47d3b5162ea022c6b0213b1d909b67f490db384 Mon Sep 17 00:00:00 2001 From: Todd Strader Date: Thu, 21 Nov 2019 07:47:18 -0500 Subject: [PATCH] Fix CI typo --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d33f0c5ce..cba770a90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,21 +68,21 @@ jobs: script: echo "Done building Verilator" - if: type = cron stage: test - name: Xenail gcc dist test + name: Xenial gcc dist test os: linux dist: xenial compiler: gcc script: ci/test.sh dist - if: type = cron stage: test - name: Xenail gcc vlt test + name: Xenial gcc vlt test os: linux dist: xenial compiler: gcc script: ci/test.sh vlt - if: type = cron stage: test - name: Xenail gcc vltmt test + name: Xenial gcc vltmt test os: linux dist: xenial compiler: gcc @@ -96,21 +96,21 @@ jobs: script: echo "Done building Verilator" - if: type = cron stage: test - name: Xenail clang dist test + name: Xenial clang dist test os: linux dist: xenial compiler: clang script: ci/test.sh dist - if: type = cron stage: test - name: Xenail clang vlt test + name: Xenial clang vlt test os: linux dist: xenial compiler: clang script: ci/test.sh vlt - if: type = cron stage: test - name: Xenail clang vltmt test + name: Xenial clang vltmt test os: linux dist: xenial compiler: clang