Skip to content

Commit

Permalink
adding initial travis file #20
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Feb 20, 2017
1 parent 45b344c commit ad64231
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sudo: false
branches:
only:
- src
language: python
before_install:
- openssl aes-256-cbc -K $encrypted_cac45b7ee8fa_key -iv $encrypted_cac45b7ee8fa_iv -in travis-deploy.enc -out travis-deploy -d
- chmod u=rw,og= ~/.ssh/travis-deploy
- echo "Host github.com" >> ~/.ssh/config
- echo " IdentityFile ~/.ssh/travis-deploy" >> ~/.ssh/config
- git remote set-url origin [email protected]:grupypr/grupypr.github.io.git
- git fetch origin -f master:master
install:
- pip install -U pip
- pip install -r requirements.txt
script:
- make github


Binary file added travis-deploy.enc
Binary file not shown.

0 comments on commit ad64231

Please sign in to comment.