Install missing package during CI

This commit is contained in:
Matthew Ross 2016-09-13 18:01:59 -04:00
parent 26f8cc32f6
commit de2078c5cc

View File

@ -7,6 +7,7 @@ before_script:
- nvm install 4
- nvm use 4
- npm i -g gulp typings
- npm i escape-string-regexp
- npm i
- touch tests.db
- chmod a+w tests.db