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

30 lines
431 B
YAML

language: node_js
services:
- mysql
- redis-server
cache:
directories:
- node_modules
- $HOME/.npm
notifications:
email: false
node_js:
- '10.1.0'
before_install:
- npm i -g npm@^5.5.1
- mysql -e 'CREATE DATABASE IF NOT EXISTS RAP2_DELOS_APP DEFAULT CHARSET utf8 COLLATE utf8_general_ci'
script:
- npm install
- npm run build
- npm run create-db
- npm run test
- npm run check
after_success: