Skip to content

Commit

Permalink
Merge 5e559ad into 1e5d18e
Browse files Browse the repository at this point in the history
  • Loading branch information
zw3917 committed Apr 8, 2024
2 parents 1e5d18e + 5e559ad commit 5046111
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ script:
- black --check .
- flake8
- coverage run manage.py test --noinput
- if [ "$TRAVIS_BRANCH" == "master" ]; then cp .ebextensions/django.config.master .ebextensions/django.config; fi
- if [ "$TRAVIS_BRANCH" == "develop" ]; then cp .ebextensions/django.config.dev .ebextensions/django.config; fi

after_script:
- coveralls


before_deploy:
- if [ "$TRAVIS_BRANCH" == "master" ]; then cp .ebextensions/django.config.master .ebextensions/django.config; fi
- if [ "$TRAVIS_BRANCH" == "develop" ]; then cp .ebextensions/django.config.dev .ebextensions/django.config; fi


deploy:
- provider: elasticbeanstalk
Expand Down

0 comments on commit 5046111

Please sign in to comment.