summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-01-23 12:23:51 +0100
committerMichal Čihař <michal@cihar.com>2017-01-23 12:23:51 +0100
commit65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8 (patch)
treef9d26ff2d8adca69dec962f59ea51c9dd446e0df
parent641f59c7adf695920f1c01fe1a8df32dd37096de (diff)
downloadsql-parser-65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8.zip
sql-parser-65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8.tar.gz
sql-parser-65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8.tar.bz2
Update Travis CI settings
- define PHP versions as string in yaml - remove not needed caches - remove ocular upload (we do run tests on scrutinizer directly) - use phpunit from vendor dir Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--.travis.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index f9d755b..6570e66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,19 +1,19 @@
language: php
php:
- - 5.3
- - 5.4
- - 5.5
- - 5.6
- - 7.0
- - 7.1
- - nightly
- - hhvm
+ - "5.3"
+ - "5.4"
+ - "5.5"
+ - "5.6"
+ - "7.0"
+ - "7.1"
+ - "hhvm"
+ - "nightly"
matrix:
fast_finish: true
allow_failures:
- - php: nightly
+ - php: "nightly"
sudo: false
@@ -33,5 +33,6 @@ after_success:
cache:
directories:
- $HOME/.composer/cache
- - vendor
- - ocular.phar
+
+script:
+ - ./vendor/bin/phpunit --configuration phpunit.xml