Browse Source

Merge pull request #117 from aalexand/aalexand-enable-travis

Use wildcard versions for Go in Travis config.
Alexey Alexandrov 8 years ago
parent
commit
bae58a796b
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      .travis.yml

+ 2
- 3
.travis.yml View File

@@ -1,6 +1,5 @@
1
-
2 1
 language: go
3 2
 go:
4
-  - 1.6
5
-  - 1.7
3
+  - 1.6.x
4
+  - 1.7.x
6 5
   - 1.8.x