]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
Run Shaarli's tests againt PHP 7.3 RC1 on Travis
[github/shaarli/Shaarli.git] / .travis.yml
index eee1ca749dc54a3303f125b3748d102808f2ab51..c6400eef0faadacced206212fde6a37b24fcdb44 100644 (file)
@@ -3,6 +3,8 @@ dist: trusty
 
 matrix:
   include:
+    - language: php
+      php: 7.3
     - language: php
       php: 7.2
     - language: php
@@ -28,6 +30,15 @@ matrix:
         - yarn run build # Just to be sure that the build isn't broken
         - make eslint
         - make sasslint
+    - language: python
+      python: 3.6
+      cache:
+        directories:
+          - $HOME/.cache/pip
+      install:
+        - pip install mkdocs
+      script:
+        - mkdocs build --clean
 
 cache:
   directories: