- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.travis.yml
More file actions
Latest commit
22 lines (22 loc) · 419 Bytes
/
Copy path.travis.yml
File metadata and controls
22 lines (22 loc) · 419 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: node_js
node_js:
- '9.11.2'
script:
- yarn test
- yarn build
- yarn size
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
- export PATH="$HOME/.yarn/bin:$PATH"
cache:
yarn: true
directories:
- node_modules
after_success: yarn codecov
deploy:
provider: npm
skip_cleanup: true
email: 'laheen@gmail.com'
api_key: $NPM_KEY
on:
tags: true