From c7e8148e06cbb2a3b48111a1ae4fe2abc9be13f8 Mon Sep 17 00:00:00 2001 From: DanVanAtta Date: Mon, 14 Sep 2020 00:38:33 -0700 Subject: [PATCH] Specify repo in .travis.yml config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7f6d56..8a7f90f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ deploy: file: artifacts/* skip_cleanup: true name: $TRAVIS_BUILD_NUMBER - on: {tags: false, branch: master} + on: {tags: false, branch: master, repo: triplea-game/assets}