Disable OSX in .travis.yml

This commit is contained in:
Clifford Wolf 2017-10-25 15:17:29 +02:00
parent 9a038861c8
commit 104b9dc96b
1 changed files with 2 additions and 2 deletions

View File

@ -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