mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +00:00
Update .travis.yml
This commit is contained in:
parent
190c6a259f
commit
1c12f0fe22
@ -3,11 +3,11 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
|
|
||||||
before_isntall:
|
before_install:
|
||||||
- "git clone https://github.com/frappe/frappejs && cd frappejs"
|
- "git clone https://github.com/frappe/frappejs && cd frappejs"
|
||||||
- "npm install -g yarn"
|
- "npm install -g yarn"
|
||||||
- "yarn"
|
- "yarn"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "yarn link frappjs"
|
- "yarn link && yarn link frappejs"
|
||||||
- "yarn run test"
|
- "yarn run test"
|
||||||
|
Loading…
Reference in New Issue
Block a user