Skip to content

Commit 22c1a27

Browse files
committed
update travis
1 parent 1286d1c commit 22c1a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit" CI_SKIP_TEST=1
1414
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler" PIP_FLAGS="--pre" CI_SKIP_TEST=1
1515
before_install:
16+
- unset DISPLAY
1617
- function apt_inst {
1718
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi &&
1819
if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi &&

0 commit comments

Comments
 (0)