1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Removed Docker bits from CI build

This commit is contained in:
Jeremy Stretch
2017-09-28 17:36:05 -04:00
parent afbe0bc307
commit 667eadb430
2 changed files with 0 additions and 31 deletions

View File

@@ -1,12 +1,6 @@
sudo: required
services:
- docker
- postgresql
env:
- DOCKER_TAG=$TRAVIS_TAG
language: python
python:
- "2.7"
@@ -18,7 +12,3 @@ addons:
- postgresql: "9.4"
script:
- ./scripts/cibuild.sh
after_success:
- if [ ! -z "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
./scripts/docker-build.sh;
fi