mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-08 18:02:25 +03:00
setup travis
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
language: node_js
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.npm
|
||||
- $HOME/.yarn-cache
|
||||
- node_modules
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
node_js:
|
||||
- "6"
|
||||
before_install:
|
||||
- npm i -g yarn --cache-min 999999999
|
||||
install:
|
||||
- yarn
|
||||
script:
|
||||
- yarn test
|
||||
Reference in New Issue
Block a user