Skip to content

Commit f7554dc

Browse files
author
Jonathan Lozada D
authored
Merge pull request #354 from gclough/disable_fedora_travis
Disable Fedora testing, as PostgreSQL v9.3 doesn't exist
2 parents bd1f8ca + f85f74b commit f7554dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- IMAGE_NAME="debian:9-builded"
1616
- IMAGE_NAME="centos:7-builded"
1717
- IMAGE_NAME="centos:6-builded"
18-
- IMAGE_NAME="fedora:27-builded"
18+
# Missing PostgreSQL v9.3 # - IMAGE_NAME="fedora:27-builded"
1919
install:
2020
- pip install ansible=="2.4.4.0" docker-py
2121
- ln -s ${PWD} tests/docker/ANXS.postgresql

0 commit comments

Comments
 (0)