diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 91a9c006..b41ba9b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,8 @@ env: before_script: - bash .install_verilator.sh - verilator --version + - bash .install_yosys.sh + - yosys -V jobs: include: |
