2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/.travis.yml
Achilles Rasquinha 834cfa2689 fixed run link
2018-02-01 15:47:25 +05:30

13 lines
209 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"