]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and git
[github/shaarli/Shaarli.git] / .travis.yml
index b6b9bddf60d0595dae6069fd33cf8ad166c5cee5..1b2bf97b8a785d5f5942571d9362d310517f0af1 100644 (file)
@@ -2,18 +2,22 @@ sudo: false
 dist: trusty
 language: php
 cache:
+  yarn: true
   directories:
     - $HOME/.composer/cache
+    - $HOME/.cache/yarn
 php:
+  - 7.2
   - 7.1
   - 7.0
   - 5.6
-  - 5.5
 install:
-  - composer self-update
+  - yarn install
   - composer install --prefer-dist
-  - locale -a
+before_script:
+  - PATH=${PATH//:\.\/node_modules\/\.bin/}
 script:
   - make clean
   - make check_permissions
+  - make eslint
   - make all_tests