Files
jambonz-api-server/.travis.yml
2019-12-05 09:59:34 -05:00

15 lines
289 B
YAML

dist: bionic
language: node_js
node_js:
- "lts/*"
services:
- mysql
env:
- MYSQL_ROOT_PASSWORD=root
before_install:
- cat ~travis/.my.cnf
- sed -i -r -e 's/password =/password = root/g' ~travis/.my.cnf
- cat ~travis/.my.cnf
- sudo systemctl restart mysql
script:
- npm test