Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
language: ruby
rvm:
- 2.3.3

- 2.3.3
script:
- ./scripts/build
- ./scripts/test

- "./scripts/build"
- "./scripts/test"
branches:
only:
- master
- /master-(.*)/ # test every branch which starts with "pages-"
- master
- "/master-(.*)/"
before_install:
- openssl aes-256-cbc -K $encrypted_550be8be9cea_key -iv $encrypted_550be8be9cea_iv
-in keypair.pem.enc -out keypair.pem -d
deploy:
provider: script
script: scripts/deploy
on:
branch: master
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Photos
![kskv_kachchh_university]({{site.url}}/assets/images/kskvku_photo.jpg)

<p class="center">
At <a href="http://cs.kutchuni.edu.in/">K.S.K.V. Kachchh University</a>
At <a href="http://cs.kskvku.ac.in/">K.S.K.V. Kachchh University</a>
</p>

**- - -**
Expand Down Expand Up @@ -158,7 +158,7 @@ Photos
![Engineering college Ajmer]({{site.url}}/assets/images/engineering_college_ajmer.jpg)

<p class="center">
At <a href="http://www.gweca.ac.in/web/">Government Women Engineering College Ajmer</a>
At <a href="http://www.gweca.ac.in">Government Women Engineering College Ajmer</a>
</p>

**- - -**
Expand All @@ -174,7 +174,7 @@ Photos
![Pycon India]({{site.url}}/assets/images/pycon_india.jpg)

<p class="center">
At <a href="http://in.pycon.org/2016/">PyCon India, New Delhi</a>
At <a href="https://in.pycon.org/2016/">PyCon India, New Delhi</a>
</p>

**- - -**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ minutes to drive the change.
###### Proofreader: [Dhavan Vaidya](http://codingquark.com/)


[vim]: http://vim.org/
[vim]: http://www.vim.org/
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Honza is the dude who loves contributing to
too. He hacks on Python drivers at [Elastic](https://www.elastic.co/). I was
impressed with his suggestions on a code design problem I was trying to solve
from the past few months. His suggestions on code design are worth noticing. He
is a vimmer and maintains little [vim](http://vim.org) plugins as a part of his
is a vimmer and maintains little [vim](http://www.vim.org) plugins as a part of his
interest.

#### [Stephen J. Turnbull](https://twitter.com/yasegumi)
Expand Down Expand Up @@ -172,7 +172,7 @@ instructed to hack at a huge cafeteria section. I myself contributed to Core
Python. Nick Coghlan was mentoring for Core Python. I reviewed one PR, found one
broken test case and wrote a fix of an existing issue with his help. Honza was
leading the development of Django web framework. A team of [Anand
Chitipothu](http://anandology.com/) mentored for [Web2py](www.web2py.com/).
Chitipothu](http://anandology.com/) mentored for [Web2py](http://www.web2py.com/).
[Farhaan Bukhsh](https://twitter.com/fhackdroid) mentored for
[Pagure](https://github.com/pypingou/pagure). John Hawley encouraged
contributing to [MicroPython](https://micropython.org/). Terr Oda, Stephen
Expand Down
Binary file added keypair.pem.enc
Binary file not shown.
5 changes: 5 additions & 0 deletions scripts/deploy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

./scripts/build

rsync -avr --rsh="ssh -i keypair.pem" --delete-after --delete-excluded _site/ travis_ftp@jaysinh.com:/home/travis_ftp/html/blog/
3 changes: 2 additions & 1 deletion scripts/test
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bundle exec htmlproofer ./_site
./scripts/build
bundle exec htmlproofer ./_site/ --file-ignore "/.+\/_site\/tags.+/" --url-ignore "/chameleon.kingdomofmysteries.xyz/,/https://reps.mozilla.org/e/maker-party-gujarat/" --only-4xx