2
0
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:
Declan de Wet
2016-11-01 00:43:22 +02:00
parent a5bd717e55
commit e053a71e3d
+17
View File
@@ -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