Browse Source

Merge pull request #648 from Zariel/travis/trusty

switch to travis trusty builds
Chris Bannister 9 năm trước cách đây
mục cha
commit
5127cbf610
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

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