megalodon/.travis.yml
2020-02-27 09:45:23 +09:00

14 lines
248 B
YAML

language: node_js
node_js:
- "10"
- "11"
- "12"
- "13"
cache:
yarn: false
script:
- yarn run build
- yarn run test
- cd example/browser && npm install && npm run build
- cd ../../example/typescript && npm install && npm run build