mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-08 07:07:17 +09:00
Add travis configuration
This commit is contained in:
parent
f5d1ce5d80
commit
4dab93066a
14
.travis.yml
Normal file
14
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user