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

Commit

Permalink
Fix Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
leelongmore committed Nov 7, 2017
1 parent 5d19bbf commit bd2fd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
python:
- "2.7"
cache: pip
sudo: false
sudo: true
notifications:
email: false

Expand Down Expand Up @@ -45,7 +45,7 @@ deploy:
on:
branch: staging

- provider: script
- provider: script
script: APP_SIGNON_API_USER_TOKEN=$APP_SIGNON_API_USER_TOKEN_PRODUCTION etc/deploy.sh production
skip_cleanup: true
on:
Expand Down

0 comments on commit bd2fd9d

Please sign in to comment.