commit | 1045ffdaad7b52f77b33eb41681eda2253b02ee7 | [log] [tgz] |
---|---|---|
author | Justinas Stankevicius <justinas@justinas.me> | Sun Jun 08 12:48:39 2014 +0300 |
committer | Justinas Stankevicius <justinas@justinas.me> | Sun Jun 08 12:48:39 2014 +0300 |
tree | a7b2558b3a65b926b4c2e667ddf81657f9d8d447 | |
parent | 91882c6d185618d5b2cf82c0cd09a6bde6f0d376 [diff] |
A test dependency for Travis
diff --git a/.travis.yml b/.travis.yml index d87d465..613baf7 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,5 +1,7 @@ language: go +install: + - go get github.com/stretchr/testify/assert go: - 1.0 - 1.1