Add travis configuration

This commit is contained in:
syuilo 2017-02-08 17:50:35 +09:00
parent f5d1ce5d80
commit 4dab93066a

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
# travis file
# https://docs.travis-ci.com/user/customizing-the-build
language: node_js
node_js:
- 7.5.0
before_script:
- npm run build
cache:
directories:
- node_modules