2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/.travis.yml

13 lines
208 B
YAML
Raw Normal View History

2018-02-01 10:04:20 +00:00
language: node_js
node_js:
- "7"
before_isntall:
- "git clone https://github.com/frappe/frappejs && cd frappejs"
- "npm install -g yarn"
2018-02-01 10:17:25 +00:00
- "yarn"
2018-02-01 10:04:20 +00:00
script:
2018-02-01 10:27:58 +00:00
- "yarn link frappjs"
2018-02-01 10:04:20 +00:00
- "yarn run test"