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 1286d1c commit 22c1a27Copy full SHA for 22c1a27
.travis.yml
@@ -13,6 +13,7 @@ env:
13
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit" CI_SKIP_TEST=1
14
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler" PIP_FLAGS="--pre" CI_SKIP_TEST=1
15
before_install:
16
+- unset DISPLAY
17
- function apt_inst {
18
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi &&
19
if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi &&
0 commit comments