mirror of https://github.com/YosysHQ/yosys.git
Disable OSX in .travis.yml
This commit is contained in:
parent
9a038861c8
commit
104b9dc96b
|
@ -29,8 +29,8 @@ before_install:
|
|||
- (cd iverilog && autoconf && ./configure --prefix=$HOME/iverilog && make && make install)
|
||||
- export PATH=$PATH:$HOME/iverilog/bin
|
||||
compiler:
|
||||
# - clang
|
||||
# - clang
|
||||
- gcc
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
# - osx
|
||||
|
|
Loading…
Reference in New Issue