Skip to content

Commit

Permalink
Tests: build with -j2
Browse files Browse the repository at this point in the history
Suggested & tested by saso
  • Loading branch information
PrzemoF committed Jul 27, 2015
1 parent 0bfe92e commit 89b609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -49,5 +49,5 @@ install:
- mkdir build && cd build && cmake ../

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

0 comments on commit 89b609e

Please sign in to comment.