cryptpad/.travis.yml

25 lines
575 B
YAML
Raw Normal View History

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