Fix CI typo
This commit is contained in:
parent
99455a16bf
commit
d47d3b5162
12
.travis.yml
12
.travis.yml
|
|
@ -68,21 +68,21 @@ jobs:
|
||||||
script: echo "Done building Verilator"
|
script: echo "Done building Verilator"
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
stage: test
|
stage: test
|
||||||
name: Xenail gcc dist test
|
name: Xenial gcc dist test
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: ci/test.sh dist
|
script: ci/test.sh dist
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
stage: test
|
stage: test
|
||||||
name: Xenail gcc vlt test
|
name: Xenial gcc vlt test
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: ci/test.sh vlt
|
script: ci/test.sh vlt
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
stage: test
|
stage: test
|
||||||
name: Xenail gcc vltmt test
|
name: Xenial gcc vltmt test
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
@ -96,21 +96,21 @@ jobs:
|
||||||
script: echo "Done building Verilator"
|
script: echo "Done building Verilator"
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
stage: test
|
stage: test
|
||||||
name: Xenail clang dist test
|
name: Xenial clang dist test
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script: ci/test.sh dist
|
script: ci/test.sh dist
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
stage: test
|
stage: test
|
||||||
name: Xenail clang vlt test
|
name: Xenial clang vlt test
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script: ci/test.sh vlt
|
script: ci/test.sh vlt
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
stage: test
|
stage: test
|
||||||
name: Xenail clang vltmt test
|
name: Xenial clang vltmt test
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue