Skip to content

Commit 4fffc8b

Browse files
Add email notification to Travis build
1 parent 0144507 commit 4fffc8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ before_script: ./gradlew createTestSubAccount -PmoduleName=${MODULE}
3131

3232
# ciTest is configured to skip the various timeout tests that don't work in travis
3333
script: source tools/cloudinary_url.txt && ./gradlew -DCLOUDINARY_URL=$CLOUDINARY_URL -DCLOUDINARY_ACCOUNT_URL=$CLOUDINARY_ACCOUNT_URL ciTest -p cloudinary-${MODULE} -i
34+
35+
36+
notifications:
37+
email:
38+
recipients:
39+
- sdk_developers@cloudinary.com

0 commit comments

Comments
 (0)