mirror of https://github.com/xwiki-labs/cryptpad
29 lines
807 B
YAML
29 lines
807 B
YAML
language: node_js
|
|
env:
|
|
matrix:
|
|
- "BROWSER='firefox::Windows 10'"
|
|
- "BROWSER='chrome::Windows 10'"
|
|
#- "BROWSER='MicrosoftEdge:14.14393:Windows 10'"
|
|
#- "BROWSER='internet explorer:11.103:Windows 10'"
|
|
#- "BROWSER='safari:10.0:macOS 10.12'"
|
|
#- "BROWSER='safari:9.0:OS X 10.11'"
|
|
branches:
|
|
only:
|
|
- master
|
|
- soon
|
|
- staging
|
|
node_js:
|
|
- "6.6.0"
|
|
before_script:
|
|
- npm run-script lint
|
|
- cp config.example.js config.js
|
|
- npm install bower
|
|
- ./node_modules/bower/bin/bower install
|
|
- node ./server.js &
|
|
- sleep 2
|
|
addons:
|
|
sauce_connect:
|
|
username: "cjdelisle"
|
|
access_key:
|
|
secure: "pgGh8YGXLPq6fpdwwK2jnjRtwXPbVWQ/HIFvwX7E6HBpzxxcF2edE8sCdonWW9TP2LQisZFmVLqoSnZWMnjBr2CBAMKMFvaHQDJDQCo4v3BXkID7KgqyKmNcwW+FPfSJ5MxNBro8/GE/awkhZzJLYGUTS5zi/gVuIUwdi6cHI8s="
|