Browse Source

Merge pull request #648 from Zariel/travis/trusty

switch to travis trusty builds
Chris Bannister 9 years ago
parent
commit
5127cbf610
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -1,6 +1,7 @@
 language: go
 language: go
 
 
-sudo: false
+sudo: required
+dist: trusty
 
 
 cache:
 cache:
   directories:
   directories:
@@ -24,7 +25,7 @@ env:
       AUTH=false
       AUTH=false
 
 
 go:
 go:
-  - 1.4
+  - 1.4.2
   - 1.5.3
   - 1.5.3
 
 
 install:
 install: