mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-16 00:51:59 +08:00
Updated travis file to hopefully fix CI errors
This commit is contained in:
@ -1,8 +1,13 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.0
|
- 7.0
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- "4.1.2"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
Reference in New Issue
Block a user