From 4ebaebce05f71f984ac8afbeba4c58378d5fef28 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Tue, 18 Apr 2017 00:44:15 -0400 Subject: [PATCH] Use qubesos.github.io belonging to this repo owner rather than always QubesOS/... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73ac0c3b..1020fe0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: ruby rvm: - 2.1 -install: git clone https://github.com/QubesOS/qubesos.github.io ~/qubesos.github.io +install: git clone https://github.com/${TRAVIS_REPO_SLUG%%/*}/qubesos.github.io ~/qubesos.github.io script: ~/qubesos.github.io/_utils/travis.sh