Skip to content

Commit

Permalink
disable plantuml installation also
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Oct 15, 2016
1 parent 88081b8 commit d034964
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 @@ -23,7 +23,7 @@ install:
- "./node_modules/protractor/bin/webdriver-manager update"
- if [ "$CV_BUILD" == "docs" ]; then sudo pip install -r .doc/requirements.txt; fi # for documentation
- if [ "$CV_BUILD" == "docs" ]; then sudo apt-get install libxml2-dev libxslt-dev graphviz; fi
- if [ "$CV_BUILD" == "docs" ]; then sudo dpkg -i /tmp/plantuml.deb; fi
#- if [ "$CV_BUILD" == "docs" ]; then sudo dpkg -i /tmp/plantuml.deb; fi
- if [ "$CV_BUILD" == "docs" ]; then .doc/travis/npm-setup.sh; fi
before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit d034964

Please sign in to comment.