You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mymonero-core-js/.travis.yml

24 lines
369 B

language: node_js
cache:
yarn: true
directories:
- node_modules
install:
- yarn --silent
jobs:
include:
- stage: test
script: yarn test:prod -- --maxWorkers=2 --silent && yarn report-coverage
- stage: test
script: yarn tsc
- stage: test
script: yarn lint
notifications:
email:
on_success: never
on_failure: never