mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
added travis build
This commit is contained in:
parent
970613a416
commit
86c8c30bd4
11
travis.yml
Normal file
11
travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "10"
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
install:
|
||||
- RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
- RUN yarn build
|
||||
Loading…
x
Reference in New Issue
Block a user