2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/.travis.yml
Achilles Rasquinha 190c6a259f Fixed linking
2018-02-01 15:59:46 +05:30

13 lines
208 B
YAML

language: node_js
node_js:
- "8"
before_isntall:
- "git clone https://github.com/frappe/frappejs && cd frappejs"
- "npm install -g yarn"
- "yarn"
script:
- "yarn link frappjs"
- "yarn run test"