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