From: Dan Brown Date: Sun, 15 May 2016 12:53:42 +0000 (+0100) Subject: Updated travis file to hopefully fix CI errors X-Git-Tag: v0.10.0~1^2~6^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/7ad28aeab4838e6365b0af1970f743871d95fe4d Updated travis file to hopefully fix CI errors --- diff --git a/.travis.yml b/.travis.yml index 8c3e1757d..9f8b90e33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,13 @@ language: php - php: - 7.0 +sudo: required +dist: trusty + +node_js: + - "4.1.2" + cache: directories: - node_modules