diff --git a/.travis.yml b/.travis.yml index 479a8955..49883310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/script/cibuild b/script/cibuild index 387f61b8..e9d01564 100755 --- a/script/cibuild +++ b/script/cibuild @@ -4,10 +4,5 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh -echo -echo "DEBUG: Hosts file:" -cat /etc/hosts -echo - # Run lint/style checks and unit tests source ./script/test diff --git a/script/get_db_settings b/script/get_db_settings index 701c2844..c96970a8 100755 --- a/script/get_db_settings +++ b/script/get_db_settings @@ -6,9 +6,3 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh # Run the shared get_db_settings script source ./script/include/run_get_db_settings.sh - -echo -echo "Postgres settings: " -echo "PGHOST: $PGHOST" -echo "PGDATABASE: $PGDATABASE" -echo diff --git a/script/setup b/script/setup index c64ff07a..5cd11461 100755 --- a/script/setup +++ b/script/setup @@ -14,8 +14,5 @@ DATABASE_NAME="atat" # Enable database resetting RESET_DB="true" -echo "Hosts file:" -cat /etc/hosts - # Run the shared setup script source ./script/include/run_setup