X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=fb95235c47e9df69da16db1ce9eb230832f861a2;hb=585fc700fa711170df711990f51f226ecd831ef7;hp=c6400eef0faadacced206212fde6a37b24fcdb44;hpb=3dc80d69abc481394862f2a3aeeee9c59f7dba37;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index c6400eef..fb95235c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,35 +1,32 @@ -sudo: false -dist: trusty +dist: bionic matrix: include: + # jobs for each supported php version + - language: php + php: 7.4 - language: php php: 7.3 - language: php php: 7.2 - language: php php: 7.1 - - language: php - php: 7.0 - - language: php - php: 5.6 + # jobs for frontend builds - language: node_js - node_js: 8 + node_js: 10 cache: yarn: true directories: - $HOME/.cache/yarn - install: - yarn install - before_script: - PATH=${PATH//:\.\/node_modules\/\.bin/} - script: - - yarn run build # Just to be sure that the build isn't broken - - make eslint - - make sasslint + - yarn run build # verify successful frontend builds + - make eslint # javascript static analysis + - make sasslint # linter for SASS syntax + # jobs for documentation builds - language: python python: 3.6 cache: @@ -45,6 +42,7 @@ cache: - $HOME/.composer/cache install: + # install/update composer and php dependencies - composer install --prefer-dist before_script: