-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45b344c
commit ad64231
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.