2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/.travis.yml
Achilles Rasquinha 2f54058588 Setup travis
2018-02-01 15:34:20 +05:30

12 lines
206 B
YAML

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"