Browse Source

Revert "switch to travis trusty builds"

This reverts commit 1af05f2eb470c31dff3ac293d66d1a52b30f4791.
Chris Bannister 9 years ago
parent
commit
0ff4dc9021
1 changed files with 2 additions and 3 deletions
  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: