antv-l7/.travis.yml

20 lines
251 B
YAML
Raw Normal View History

2019-11-01 17:15:20 +08:00
language: node_js
2019-11-01 17:15:20 +08:00
node_js:
2019-11-22 19:00:05 +08:00
- '12'
2019-11-21 23:27:01 +08:00
env:
- NODE_ENV=test
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
2019-11-21 10:07:00 +08:00
install:
- yarn install
2019-11-01 17:15:20 +08:00
script:
- yarn lint
- yarn test
- yarn build