From 7c14cd9c48f3cc433457876e5b7bd7eb55058fd2 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sun, 20 Aug 2017 22:33:22 +0800 Subject: [PATCH] Updated travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6c21d3..5e93739 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ language: php php: - 7.0 - - 7.1 before_script: - travis_retry composer install --prefer-source --no-interaction script: - - phpunit tests + - vendor/bin/phpunit