jssip
Version:
the Javascript SIP library
31 lines (24 loc) • 367 B
YAML
# Just apply Travis-CI for these branches
branches:
only:
- master
- experimental
language: node_js
node_js:
- 10
- 12
- 14
install:
- npm install
before_script:
- npm install -g gulp-cli
- gulp devel
script:
- gulp dist
notifications:
email:
recipients:
- jmillan@aliax.net
- ibc@aliax.net
on_success: change
on_failure: always