There was an error while loading. Please reload this page.
1 parent 320b77f commit c6956beCopy full SHA for c6956be
1 file changed
travis.yml
@@ -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