| commit | 56c61064779577398a1668ad16fed77707406a10 | [log] [tgz] |
|---|---|---|
| author | Thomas Pelletier <pelletier.thomas@gmail.com> | Thu Sep 10 09:50:57 2015 +0100 |
| committer | Thomas Pelletier <pelletier.thomas@gmail.com> | Thu Sep 10 09:51:39 2015 +0100 |
| tree | 8beaf52637ee573f860d047ca857fcc228d55971 | |
| parent | 6b9002d8f97b9e2f31bee949a8fb561094e5316c [diff] |
Specify point versions in Travis
diff --git a/.travis.yml b/.travis.yml index eeaf72b..86b428f 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -2,10 +2,10 @@ script: "./test.sh" sudo: false go: - - 1.2 - - 1.3 - - 1.4.1 - - 1.5 + - 1.2.2 + - 1.3.3 + - 1.4.2 + - 1.5.1 - tip before_install: - go get github.com/axw/gocov/gocov