Remove debugging related items

This commit is contained in:
Devon Mackay
2018-07-31 07:03:49 -04:00
committed by dandds
parent 8f22921622
commit da40d22add
4 changed files with 0 additions and 16 deletions

View File

@@ -15,8 +15,6 @@ before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
# Manually initialize submodules
- git submodule update --init --recursive
- /sbin/ip route|awk '/default/ { print $3 }'
- /sbin/ip addr
before_script:
- docker run -d --name postgres96 postgres:9.6-alpine