cryptpad/.travis.yml

29 lines
805 B
YAML
Raw Normal View History

2016-02-12 17:38:47 +08:00
language: node_js
env:
matrix:
2017-06-01 02:49:03 +08:00
- "BROWSER='firefox::Windows 10'"
- "BROWSER='chrome::Windows 10'"
- "BROWSER='MicrosoftEdge:14.14393:Windows 10'"
2017-06-01 02:51:56 +08:00
- "BROWSER='internet explorer:11.103:Windows 10'"
2017-06-01 16:27:30 +08:00
#- "BROWSER='safari:10.0:macOS 10.12'"
2017-06-01 16:40:41 +08:00
#- "BROWSER='safari:9.0:OS X 10.11'"
2016-02-12 17:43:33 +08:00
branches:
only:
2016-04-21 00:10:20 +08:00
- master
- soon
- staging
2016-04-21 00:10:20 +08:00
node_js:
2017-03-03 01:31:24 +08:00
- "6.6.0"
2016-04-21 00:08:01 +08:00
before_script:
- npm run-script lint
2017-04-25 22:04:17 +08:00
- cp config.example.js config.js
2016-04-21 00:08:01 +08:00
- 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="