Skip to content

Commit d5ecf8a

Browse files
authored
Merge pull request #2295 from antgonza/rm-sudo
rm sudo
2 parents 1b7e38c + 6adf8b1 commit d5ecf8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dist: precise
22
language: python
3-
sudo: required
3+
sudo: false
44
env:
55
global:
66
- PYTHON_VERSION=2.7
@@ -10,7 +10,7 @@ env:
1010
- TEST_ADD_STUDIES=True COVER_PACKAGE="qiita_core qiita_ware"
1111
before_install:
1212
- redis-server --version
13-
- sudo -H -u redis redis-server /etc/redis/redis.conf --port 7777 &
13+
- redis-server --port 7777 &
1414
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
1515
- chmod +x miniconda.sh
1616
- ./miniconda.sh -b

0 commit comments

Comments
 (0)