cryptpad/.travis.yml

12 lines
164 B
YAML
Raw Normal View History

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