]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3234510
)
Updated travisCI to help fix node error
author
Dan Brown
<redacted>
Mon, 2 May 2016 12:14:35 +0000
(13:14 +0100)
committer
Dan Brown
<redacted>
Mon, 2 May 2016 12:14:35 +0000
(13:14 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 8a09a926cefdc37a7185b298b095b1b33717e92a..8c3e1757dfe018958c27e6928d34e16987f66d11 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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