Skip to content

Commit c6956be

Browse files
committed
Add travis integration
1 parent 320b77f commit c6956be

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
cache: pip
3+
branches:
4+
only:
5+
- source
6+
python:
7+
- 2.7
8+
install:
9+
- pip install -r requirements.txt
10+
- git config --global user.email "meamitkc@gmail.com"
11+
- git config --global user.name "Amit Chaudhary"
12+
- git clone https://github.com/amitness/Flex themes/Flex
13+
- git clone https://github.com/getpelican/pelican-plugins
14+
script:
15+
- fab publish:"Build site"

0 commit comments

Comments
 (0)