Added push-ghpages.sh | modified .travis.yml

This commit is contained in:
Johnny @PC 2015-02-24 16:33:36 +01:00
parent d14e701b4b
commit d365fefc47
2 changed files with 5 additions and 5 deletions

View File

@ -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"
script:
- "chmod ugo+x ./push-ghpages.sh"
- "./push-ghpages.sh"

2
push-ghpages.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
echo Testing