2016-02-12 10:38:47 +01:00
|
|
|
language: node_js
|
2016-04-20 19:18:31 +02:00
|
|
|
env:
|
|
|
|
|
matrix:
|
2017-05-31 20:49:03 +02:00
|
|
|
- "BROWSER='firefox::Windows 10'"
|
|
|
|
|
- "BROWSER='chrome::Windows 10'"
|
2017-06-01 10:56:11 +02:00
|
|
|
#- "BROWSER='MicrosoftEdge:14.14393:Windows 10'"
|
|
|
|
|
#- "BROWSER='internet explorer:11.103:Windows 10'"
|
2017-06-01 10:27:30 +02:00
|
|
|
#- "BROWSER='safari:10.0:macOS 10.12'"
|
2017-06-01 10:40:41 +02:00
|
|
|
#- "BROWSER='safari:9.0:OS X 10.11'"
|
2016-02-12 10:43:33 +01:00
|
|
|
branches:
|
|
|
|
|
only:
|
2016-04-20 18:10:20 +02:00
|
|
|
- master
|
2017-01-12 12:09:16 +01:00
|
|
|
- soon
|
|
|
|
|
- staging
|
2016-04-20 18:10:20 +02:00
|
|
|
node_js:
|
2017-03-02 18:31:24 +01:00
|
|
|
- "6.6.0"
|
2016-04-20 18:08:01 +02:00
|
|
|
before_script:
|
2016-04-20 20:16:51 +02:00
|
|
|
- npm run-script lint
|
2017-11-30 18:32:20 +01:00
|
|
|
- npm run-script flow
|
2017-04-25 16:04:17 +02:00
|
|
|
- cp config.example.js config.js
|
2016-04-20 18:08:01 +02:00
|
|
|
- npm install bower
|
|
|
|
|
- ./node_modules/bower/bin/bower install
|
|
|
|
|
- node ./server.js &
|
|
|
|
|
- sleep 2
|