]> BookStack Code Mirror - bookstack/commitdiff
Updated travisCI to help fix node error
authorDan Brown <redacted>
Mon, 2 May 2016 12:14:35 +0000 (13:14 +0100)
committerDan Brown <redacted>
Mon, 2 May 2016 12:14:35 +0000 (13:14 +0100)
.travis.yml

index 8a09a926cefdc37a7185b298b095b1b33717e92a..8c3e1757dfe018958c27e6928d34e16987f66d11 100644 (file)
@@ -11,6 +11,9 @@ cache:
 addons:
   mariadb: '10.0'
 
+before_install:
+  - npm install -g npm@latest
+
 before_script:
   - mysql -e 'create database `bookstack-test`;'
   - composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN