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.
2 parents 1b7e38c + 6adf8b1 commit d5ecf8aCopy full SHA for d5ecf8a
.travis.yml
@@ -1,6 +1,6 @@
1
dist: precise
2
language: python
3
-sudo: required
+sudo: false
4
env:
5
global:
6
- PYTHON_VERSION=2.7
@@ -10,7 +10,7 @@ env:
10
- TEST_ADD_STUDIES=True COVER_PACKAGE="qiita_core qiita_ware"
11
before_install:
12
- redis-server --version
13
- - sudo -H -u redis redis-server /etc/redis/redis.conf --port 7777 &
+ - redis-server --port 7777 &
14
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
15
- chmod +x miniconda.sh
16
- ./miniconda.sh -b
0 commit comments