Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Dont install freecad-doc in the Travis build
Browse files Browse the repository at this point in the history
The freecad-doc package download weighs in at about 150 MB and adds several
minutes to the travis build time for no purpose.
  • Loading branch information
gntech committed Apr 30, 2018
1 parent 491ec9f commit 1146a59
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 @@ -19,7 +19,7 @@ before_install:
else
sudo add-apt-repository -y ppa:freecad-maintainers/freecad-stable;
sudo apt-get update -qq;
sudo apt-get install -y freecad freecad-doc;
sudo apt-get install -y freecad;
pip install -r requirements-dev.txt;
pip install travis-sphinx;
pip install sphinx_rtd_theme;
Expand Down

0 comments on commit 1146a59

Please sign in to comment.