summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-26 14:02:37 +1300
committerLeith Bade <leith@mapbox.com>2014-12-26 14:02:37 +1300
commitc852a9c2a4472b3ca553129a45364c3c69c5205f (patch)
tree4ce9ecacb12789ec04e25156192053e756022261 /travis
parent62d7bab59d40c5ddbc33b5be42385c2b0dfee6fb (diff)
downloadqtlocation-mapboxgl-c852a9c2a4472b3ca553129a45364c3c69c5205f.tar.gz
Add pass role perm
Diffstat (limited to 'travis')
-rw-r--r--travis/travis-resources.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/travis/travis-resources.template b/travis/travis-resources.template
index b3d2165864..8dd89f5fd0 100644
--- a/travis/travis-resources.template
+++ b/travis/travis-resources.template
@@ -103,6 +103,16 @@
"Resource": [
"*"
]
+ },
+ {
+ "Effect": "Allow",
+ "Action": "iam:PassRole",
+ "Resource": {
+ "Fn::GetAtt": [
+ "AndroidRole",
+ "Arn"
+ ]
+ }
}
]
}