We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06c09a commit 1c967a6Copy full SHA for 1c967a6
.travis.yml
@@ -25,7 +25,6 @@ before_script:
25
- sudo apt-get install python-numpy python-setuptools python-networkx
26
- sudo apt-get install make texinfo cmake
27
- sudo apt-get install python-suds python-matplotlib
28
- - sudo apt-get install python-qt4-dev python-qt4-gl python-sip-dev libqt4-dev libopenscenegraph-dev
29
- sudo apt-get install doxygen python-sphinx
30
31
before_install:
@@ -41,5 +40,5 @@ install:
41
40
42
script:
43
- make BUILD=debug USE_NEUROKIT=1 && make clean
44
- - mkdir -p _build && cd _build && cmake -DDEBUG=ON -DWITH_DOC=ON -DBUILD_MOOGLI=ON .. && make
+ - mkdir -p _build && cd _build && cmake -DDEBUG=ON -DWITH_DOC=ON .. && make
45
- ctest --output-on-failure
0 commit comments