From 0f67b31272c08dd7141f170bfda43ac4f0b2293f Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 8 May 2014 12:58:05 +0200 Subject: [PATCH] [Travis] Drop env grepping (interrupts the build on no-match) ... anyway I only wanted to know if there was any env (there's none) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42778c5..c2a88a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ before_install: - echo "shared_preload_libraries = 'schema_triggers.so'" | sudo tee -a /etc/postgresql/9.3/main/postgresql.conf && sudo service postgresql restart - - env | grep PG # see if there's anything we should change script: - make