X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=77872f493f73cb6abc1c0b5cbbe019d5006bb924;hb=6ae579e43f6a4ffe607a6361191366410d19f806;hp=7468b1162bf444533a2bac0324ba213a4c07c4e9;hpb=8137515171a9b3c8e7c3720958acfdccb96803f7;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 7468b116..77872f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,13 @@ services: - redis # faster builds on docker-container setup -sudo: required +sudo: false # used for HHVM addons: apt: packages: - tidy - postgresql: 9.5 # cache vendor dirs cache: @@ -25,7 +24,6 @@ cache: - $HOME/.npm php: - - 5.5 - 5.6 - 7.0 - 7.1 @@ -45,7 +43,6 @@ matrix: - php: 7.0 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite allow_failures: - - php: 7.1 - php: nightly # exclude v1 branches @@ -60,7 +57,6 @@ before_script: - if [[ ! $PHP = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi - composer self-update --no-progress - if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi; - - if [[ $DB = pgsql ]]; then psql -U postgres wallabag_test -c 'create extension "uuid-ossp";'; fi; install: - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 6.7; fi;