forgot to install bundles

This commit is contained in:
Stephen 2017-09-27 16:51:50 -07:00 committed by GitHub
parent de0797f073
commit 1ba06cefcc
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ addons:
- g++-4.8
before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap Homebrew/bundle && brew bundle; fi
- git clone git://github.com/steveicarus/iverilog.git
- (cd iverilog && autoconf && ./configure --prefix=$HOME/iverilog && make && make install)
- export PATH=$PATH:$HOME/iverilog/bin