Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Switch CI organization API key (#134)
Browse files Browse the repository at this point in the history
We are switching an organization where we run CI tests
(from staging to a dev-CI)
This requires only changing secured key in Travis config.
  • Loading branch information
amureki authored Nov 13, 2018
1 parent 38c559e commit d2b6430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- '3.6'
env:
global:
- secure: eO08tZokK+Etpp4ISvxVaWHe5tN6PC/SzLHcltqgvqRYa7L9zY5NKQjiY5LvUw1onnbbSPMnTabFWrcw3VtoQ1he5M2NbqqTSLTxT9dSWXhy6KRymNXVkEv4Ar6WWiQDUPlyMY7XTG35G5jo6C3LBer5FRKDpEAPlw51z4TyML0=
- secure: fXlEmwz4hbxQI+vSp3CRYEkz9LG0K0d8E/ubP9k8emM7fteqmJ/8F+Ry1z60N7n7eaj/xqGArX3yFEvGKuGeQh8wappnfiOor17ralD/5ZfbtfNd6L0W8I9Ec/+Fh307EkpqsMmDt7IQ9p061m+S91Q9lXkIKMBCHrttgyRPO1w=
matrix:
- DJANGO="https://github.com/django/django/archive/stable/2.0.x.tar.gz#egg=django"
- DJANGO="https://github.com/django/django/archive/stable/2.1.x.tar.gz#egg=django"
Expand Down

0 comments on commit d2b6430

Please sign in to comment.