cryptpad/.travis.yml

12 lines
164 B
YAML
Raw Permalink Normal View History

2016-02-12 10:38:47 +01:00
language: node_js
2016-02-12 10:43:33 +01:00
branches:
only:
2016-04-20 18:10:20 +02:00
- master
- soon
- staging
2016-04-20 18:10:20 +02:00
node_js:
2017-03-02 18:31:24 +01:00
- "6.6.0"
2017-12-12 14:54:12 +01:00
script:
- npm run-script lint
2018-01-23 10:47:20 +01:00
- docker build -t xwiki/cryptpad .