- commit
- cf115fc637b0677f3597b2e73954058d5e8cd642
- parent
- 3484a698f5ac87ea2ab7290fa5c807da9c8c83c9
- Author
- Tom Harwood <tfh@skip.org>
- Date
- 2015-03-15 20:18
Add Travis CI config file.
Diffstat
| A | .travis.yml | 9 | +++++++++ |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
@@ -0,0 +1,9 @@ -1 1 language: go -1 2 -1 3 go: -1 4 - 1.3 -1 5 - release -1 6 -1 7 script: -1 8 - go test -v ./... -1 9