Browse Source

Minor change to Travis configuration.

Tim Burks 9 years ago
parent
commit
aa57cf428d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,6 +1,8 @@
 # Travis CI build file for Swift gRPC.
 
+# Use Ubuntu 14.04
 dist: trusty
+
 sudo: false
 
 addons:
@@ -15,7 +17,6 @@ addons:
     - build-essential 
     - libssl-dev 
     - uuid-dev
-    - unzip     
     - curl
 
 install: ./.travis-install.sh