Add install step to CI

This commit is contained in:
kiswa 2016-09-14 15:08:47 +00:00
parent 4b4e363e3a
commit bd32b520b2

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