Skip to content

Commit 02a9aef

Browse files
aseyboldttwiecki
authored andcommitted
Disable sudo in .travis
1 parent 21511ad commit 02a9aef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
2+
sudo: false
23

34
before_install:
45
- . ./scripts/install_miniconda.sh
5-
- "export DISPLAY=:99.0"
6-
- "sh -e /etc/init.d/xvfb start"
7-
- if [ ${MATPLOTLIB} = "1.2" ]; then mkdir $HOME/.matplotlib; fi
8-
- if [ ${MATPLOTLIB} = "1.2" ]; then cp ${SRCDIR}/tools/matplotlibrc $HOME/.matplotlib/matplotlibrc; fi
6+
- sh -e /etc/init.d/xvfb start
7+
- export DISPLAY=":99.0"
98

109
install:
1110
- . ./scripts/create_testenv.sh

0 commit comments

Comments
 (0)