Skip to content

Commit

Permalink
fix travis build #20
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Feb 21, 2017
1 parent ad64231 commit 4be441c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ branches:
only:
- src
language: python
python:
- "3.6"
before_install:
- openssl aes-256-cbc -K $encrypted_cac45b7ee8fa_key -iv $encrypted_cac45b7ee8fa_iv -in travis-deploy.enc -out travis-deploy -d
- locale -a
- openssl aes-256-cbc -K $encrypted_cac45b7ee8fa_key -iv $encrypted_cac45b7ee8fa_iv -in travis-deploy.enc -out ~/.ssh/travis-deploy -d
- chmod u=rw,og= ~/.ssh/travis-deploy
- echo "Host github.com" >> ~/.ssh/config
- echo " IdentityFile ~/.ssh/travis-deploy" >> ~/.ssh/config
Expand All @@ -15,5 +18,3 @@ install:
- pip install -r requirements.txt
script:
- make github


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

0 comments on commit 4be441c

Please sign in to comment.