2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/.travis.yml
Achilles Rasquinha 1c12f0fe22
Update .travis.yml
2018-02-01 18:16:27 +05:30

14 lines
223 B
YAML

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