From d365fefc47de248c4f04ab058655c6a575bc6bc5 Mon Sep 17 00:00:00 2001 From: "Johnny @PC" Date: Tue, 24 Feb 2015 16:33:36 +0100 Subject: [PATCH] Added push-ghpages.sh | modified .travis.yml --- .travis.yml | 8 +++----- push-ghpages.sh | 2 ++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 push-ghpages.sh diff --git a/.travis.yml b/.travis.yml index 8adbeba9..8844eda4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,11 @@ language: python python: - - "2.6" - - "2.7" - - "3.2" - - "3.3" - "3.4" # command to install dependencies install: - "pip install mkdocs" # command to run tests before_script: "mkdocs build --clean" -script: "push-ghpages.sh" \ No newline at end of file +script: +- "chmod ugo+x ./push-ghpages.sh" +- "./push-ghpages.sh" \ No newline at end of file diff --git a/push-ghpages.sh b/push-ghpages.sh new file mode 100644 index 00000000..cd293df2 --- /dev/null +++ b/push-ghpages.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo Testing \ No newline at end of file