Skip to content

Commit 83e2b38

Browse files
committed
Removed old branch and service from .travis.yml.
1 parent 2f49bef commit 83e2b38

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ branches:
1010
only:
1111
- master
1212
- release
13-
- containerize
1413

1514
services:
1615
- postgresql
17-
- rabbitmq
1816

1917
before_install:
2018
- sudo apt-get install -qq libpq-dev
2119

2220
install:
23-
- pip install -r requirements.txt coveralls
21+
- pip install -r requirements.txt
2422
- pip install -r dev_requirements.txt coveralls
2523

2624
before_script:

0 commit comments

Comments
 (0)