cryptpad/.travis.yml

13 lines
188 B
YAML
Raw Normal View History

2016-02-12 09:38:47 +00:00
language: node_js
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"
2017-12-12 13:54:12 +00:00
script:
- npm run-script lint
- npm run-script flow
2018-01-23 09:47:20 +00:00
- docker build -t xwiki/cryptpad .