Skip to content

Commit 5c2a849

Browse files
author
Matthew Fisher
committed
Merge pull request #616 from opdemand/update-travis-yml
Removed old branch and service from .travis.yml.
2 parents 2f49bef + 83e2b38 commit 5c2a849

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)