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

Update .travis.yml

This commit is contained in:
Achilles Rasquinha 2018-02-01 18:16:27 +05:30 committed by GitHub
parent 190c6a259f
commit 1c12f0fe22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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