Travis: Add sudo make install

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-09-12 19:28:43 +01:00
parent ac84b8171e
commit 140272b9d3

View File

@ -51,3 +51,5 @@ install:
script:
- make -j2
- PYTHONPATH=$(pwd)/lib/ python -c "import sys, unittest, FreeCAD, TestApp; sys.exit(0 if unittest.TextTestRunner().run(TestApp.All()).wasSuccessful() else 1)"
- sudo make install