summaryrefslogtreecommitdiffstats
path: root/tests/README.md
diff options
context:
space:
mode:
authorHumble Devassy Chirammal <humble.devassy@gmail.com>2017-05-25 08:10:19 +0530
committerGitHub <noreply@github.com>2017-05-25 08:10:19 +0530
commita21c824de615c2e82134b91f042e7b6314189e5c (patch)
treefc0ce97b17d731155bdeb2b1b483553d5a4631b2 /tests/README.md
parente0743a5e4d81b425cd289c685ffff5b3124d4252 (diff)
parente494a047a02e043e5143db13a3531a366f53ea0a (diff)
downloadgluster-a21c824de615c2e82134b91f042e7b6314189e5c.tar.gz
gluster-a21c824de615c2e82134b91f042e7b6314189e5c.tar.bz2
gluster-a21c824de615c2e82134b91f042e7b6314189e5c.tar.xz
gluster-a21c824de615c2e82134b91f042e7b6314189e5c.zip
Merge pull request #44 from MohamedAshiqrh/cifix
Travis CI update and disabling dockerfile_lint
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 501af35..2d825d4 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -22,10 +22,14 @@ Install with
* `dnf install ShellCheck`, or
* `apt-get install shellcheck`
+## Travis CI
+* dockerfile_lint has dependency problem, hence disabling it.
+* Builds the docker image and does a basic test.
+* Tests the shell script.
+
## TODOs
* Write more tests
-* More elaborate basic tests - docker build, docker run of basic commands.
* Write full functional tests to be run in vms.
(like the atomic vagrant environment)