Skip to content

Commit

Permalink
Travis: prune dependencies.
Browse files Browse the repository at this point in the history
bitarray is not required since commit 7df7005.
  • Loading branch information
whitequark committed Feb 14, 2020
1 parent 3fd7fe7 commit 71d9eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ addons:
before_install:
- export PATH="/usr/lib/ccache:$HOME/.local/bin:$PATH"
install:
- pip install coverage codecov pyvcd bitarray Jinja2
- pip install coverage codecov pyvcd Jinja2
- git clone https://github.com/YosysHQ/yosys
- (cd yosys && if ! yosys -V || [ $(git rev-parse HEAD $(yosys -V | awk 'match($0,/sha1 ([0-9a-f]+)/,m) { print m[1] }') | uniq | wc -l) != 1 ]; then make CONFIG=gcc ENABLE_ABC=0 PREFIX=$HOME/.local install; fi)
- (git clone https://github.com/YosysHQ/SymbiYosys && cd SymbiYosys && make PREFIX=$HOME/.local install)
Expand Down

0 comments on commit 71d9eea

Please sign in to comment.