Browse Source

Revert "switch to travis trusty builds"

This reverts commit 1af05f2eb470c31dff3ac293d66d1a52b30f4791.
Chris Bannister 9 năm trước cách đây
mục cha
commit
0ff4dc9021
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

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