Browse Source

Run tests with Go 1.6.3

Another attempt to avoid import cycle error; test runs ok locally, with Go 1.6.3
Rod Hynes 9 years ago
parent
commit
f7e2497dfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: go
 language: go
 go:
 go:
-- 1.6
+- 1.6.3
 addons:
 addons:
   apt_packages:
   apt_packages:
     - libx11-dev
     - libx11-dev