Skip to content

Commit

Permalink
Add travis ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sleekybadger committed Dec 11, 2018
1 parent b8812eb commit 1b09055
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.git
.dobi

.gitignore
.dockeringore
.travis.yml
.hadolint.yaml

LICENSE
README.md
.hadolint.yaml
dobi.yaml
.dobi
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: minimal

services:
- docker

before_install:
- docker pull hadolint/hadolint

script:
- docker run --rm --volume "$(pwd):/home/root" hadolint/hadolint < 1.0.0/alpine/Dockerfile
- docker run --rm --volume "$(pwd):/home/root" hadolint/hadolint < 1.1-alpha/alpine/Dockerfile

0 comments on commit 1b09055

Please sign in to comment.