We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1c661 commit b7751abCopy full SHA for b7751ab
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ python:
9
branches:
10
only:
11
- master
12
- - develop
+ - release
13
14
services:
15
- postgresql
@@ -19,7 +19,7 @@ before_install:
19
- sudo apt-get install -qq libpq-dev
20
21
install:
22
- - pip install -r dev_requirements.txt coveralls --use-mirrors
+ - pip install -r dev_requirements.txt coveralls
23
24
before_script:
25
- "psql -c 'create database deis_testing;' -U postgres"
0 commit comments