diff options
| author | Trey Bastian <trey.bastian@gmail.com> | 2015-05-11 18:46:21 +0100 |
|---|---|---|
| committer | Trey Bastian <trey.bastian@gmail.com> | 2015-05-11 18:46:21 +0100 |
| commit | c59f0a7baa48f516203fa3c8a25d83fc26e04568 (patch) | |
| tree | e4bd8a36a4b938bd8e9fdc07946b55cba89e2a5a | |
| parent | 836b5dc7bc7ce6f44a3a18c1910e1c78a4074ee7 (diff) | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2236ac2..3a86b5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go go: - -tip + - tip script: - go test -v ./... |
