summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+ }
}
]
}