parent
7babf9d460
commit
32dd118aff
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
||||
notifications: |
||||
email: false |
||||
|
||||
before_install: |
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4 |
||||
- export PATH=$HOME/.yarn/bin:$PATH |
||||
|
||||
language: node_js |
||||
|
||||
node_js: |
||||
- node |
||||
|
||||
script: |
||||
- yarn test |
||||
- make build |
||||
|
||||
cache: |
||||
yarn: true |
Loading…
Reference in new issue