larvitamsettings
Version:
Share settings between microservices. Database driven, shared using RabbitMQ with larvitamintercom
38 lines (29 loc) • 587 B
YAML
dist: trusty
language: node_js
sudo: required
env:
- CXX=g++-4.8
node_js:
- 8
- 10
- 11
notifications:
email:
- lilleman@larvit.se
- tobias@nublar.se
before_install:
- $CXX --version
install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
- npm i
- sudo apt-get install -qq --no-install-recommends mariadb-client
addons:
mariadb: '10.3'
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_script:
- mysql -e "create database IF NOT EXISTS test;" -uroot
script: DBCONFFILE=db_travis.json npm test