mirror of
https://github.com/frappe/books.git
synced 2025-02-13 01:18:37 +00:00
Setup travis
This commit is contained in:
parent
f3407d79f5
commit
2f54058588
12
.travis.yml
12
.travis.yml
@ -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"
|
Loading…
x
Reference in New Issue
Block a user