From 6b78f16f70a110d7ae918bacf6202514202ee260 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Tue, 18 Apr 2017 00:28:34 -0400 Subject: [PATCH 1/2] Add .travis.yml for now just testing qubesos.github.io master --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..73ac0c3b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: ruby +rvm: + - 2.1 +install: git clone https://github.com/QubesOS/qubesos.github.io ~/qubesos.github.io +script: ~/qubesos.github.io/_utils/travis.sh From 4ebaebce05f71f984ac8afbeba4c58378d5fef28 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Tue, 18 Apr 2017 00:44:15 -0400 Subject: [PATCH 2/2] 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