mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 22:17:46 +00:00
Added push-ghpages.sh | modified .travis.yml
This commit is contained in:
parent
d14e701b4b
commit
d365fefc47
@ -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
2
push-ghpages.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo Testing
|
Loading…
Reference in New Issue
Block a user