2018-03-31 03:30:30 +08:00
|
|
|
dist: trusty
|
2016-03-13 23:03:07 +08:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2019-01-28 03:36:42 +08:00
|
|
|
- '10'
|
|
|
|
- '11'
|
|
|
|
env:
|
2019-01-28 03:56:01 +08:00
|
|
|
- "Server-database-mysql-host"='localhost' "Server-database-mysql-username"='root' "Server-database-mysql-password"='' "Server-database-mysql-database"="pigallery2_travis"
|
2019-01-28 03:36:42 +08:00
|
|
|
services:
|
|
|
|
- mysql
|
2018-03-31 03:30:30 +08:00
|
|
|
addons:
|
|
|
|
chrome: stable
|
|
|
|
before_install:
|
|
|
|
- # start your web application and listen on `localhost`
|
|
|
|
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
|