2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

Setup travis

This commit is contained in:
Achilles Rasquinha 2018-02-01 15:34:20 +05:30
parent f3407d79f5
commit 2f54058588

View File

@ -0,0 +1,12 @@
language: node_js
node_js:
- "7"
before_isntall:
- "git clone https://github.com/frappe/frappejs && cd frappejs"
- "npm install -g yarn"
- "yarn && yarn link frappejs"
script:
- "yarn run test"