From 65df2e9c93e769b9ef82d9947ff17388439f9ee7 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Fri, 31 Jul 2015 21:08:28 -0700 Subject: [PATCH] Fix duplicated addons sections --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86ebb29fc..acecffee4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ go: - 1.4.1 addons: + hosts: + - le.wtf apt: packages: - lsb-release @@ -59,8 +61,3 @@ env: script: - make -j4 # Travis has 2 cores per build instance - bash test.sh - -# make sure simplehttp simple verification works (custom /etc/hosts) -addons: - hosts: - - le.wtf