Skip to content

Commit

Permalink
disable plantuml as it is currently not installable
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Oct 15, 2016
1 parent a614cbf commit 88081b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- nvm install 4.2
- if [ "$CV_BUILD" == "docs" ]; then sudo ./.doc/travis/browser-setup.sh; fi
- if [ "$CV_BUILD" == "docs" ]; then export CHROME_BIN=`pwd`/chrome/google-chrome; fi
- if [ "$CV_BUILD" == "docs" ]; then wget -O /tmp/plantuml.deb http://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb; fi
#- if [ "$CV_BUILD" == "docs" ]; then wget -O /tmp/plantuml.deb http://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb; fi
- mkdir cache
install:
- npm install -g grunt-cli
Expand Down

0 comments on commit 88081b8

Please sign in to comment.