[Travis] Drop env grepping (interrupts the build on no-match)

... anyway I only wanted to know if there was any env (there's none)
This commit is contained in:
Sandro Santilli 2014-05-08 12:58:05 +02:00
parent 31e3109784
commit 0f67b31272

View File

@ -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