diff options
author | Michael Steinert <[email protected]> | 2015-03-29 11:25:00 -0500 |
---|---|---|
committer | Michael Steinert <[email protected]> | 2015-03-29 11:25:00 -0500 |
commit | 9c771166c9fb45cfa72779c356962f51022a6903 (patch) | |
tree | 5e71a54944eb9fbee940db70bc1c38d457a37d55 /.travis.yml | |
parent | b380319c58ed6bf1023f8e58f78f593fa28c234b (diff) |
Add a test suite
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 84ef634..f429bbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,6 @@ go: before_install: - sudo apt-get update -qq - sudo apt-get install -qq --no-install-recommends libpam0g-dev + - sudo useradd -d /tmp/test -p '$1$Qd8H95T5$RYSZQeoFbEB.gS19zS99A0' -s /bin/false test + +script: sudo go test -v ./... |