Enable Travis CI with dockerfile_lint test

This commit is contained in:
Peter Dave Hello 2018-07-12 19:36:29 +08:00
parent 66753a5161
commit 583c223015

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: node_js
node_js:
- "8"
git:
depth: 5
cache:
directories:
- node_modules
before_script:
- npm install dockerfile_lint
script:
- npx dockerfile_lint