From 21f642015197f2bb7f406f191a71cb0e875ede05 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Mon, 13 Oct 2014 16:05:20 -0400 Subject: fix policy names --- travis/travis-resources.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'travis') diff --git a/travis/travis-resources.template b/travis/travis-resources.template index 2891fcf591..e1b0cff8ca 100644 --- a/travis/travis-resources.template +++ b/travis/travis-resources.template @@ -44,7 +44,7 @@ } }, { - "PolicyName": "list testing", + "PolicyName": "list-testing", "PolicyDocument": { "Statement": [ { @@ -60,7 +60,7 @@ } }, { - "PolicyName": "build testing", + "PolicyName": "build-testing", "PolicyDocument": { "Statement": [ { -- cgit v1.2.1