From 67d1af8a96c80d7e92049ddd647e529320cbd9d1 Mon Sep 17 00:00:00 2001 From: Avtandil Kikabidze Date: Sun, 8 Apr 2018 21:10:32 +0400 Subject: [PATCH] Revert travis file changes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88a11f0d..6f621367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ dist: trusty php: - 7.0 - 7.1 - - 7.2 - nightly cache: @@ -19,7 +18,7 @@ matrix: env: deps=low fast_finish: true -before_install: +before_script: - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "extension = amqp.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini