mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
15 lines
289 B
YAML
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 |