3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-16 19:06:18 +00:00

Disable OSX in .travis.yml

This commit is contained in:
Clifford Wolf 2017-10-25 15:17:29 +02:00
parent 9a038861c8
commit 104b9dc96b

View file

@ -29,8 +29,8 @@ before_install:
- (cd iverilog && autoconf && ./configure --prefix=$HOME/iverilog && make && make install) - (cd iverilog && autoconf && ./configure --prefix=$HOME/iverilog && make && make install)
- export PATH=$PATH:$HOME/iverilog/bin - export PATH=$PATH:$HOME/iverilog/bin
compiler: compiler:
# - clang # - clang
- gcc - gcc
os: os:
- linux - linux
- osx # - osx