Skip to content

Commit

Permalink
Merge pull request #195 from gcivil-nyu-org/samkit/feature
Browse files Browse the repository at this point in the history
Travis.yml change
  • Loading branch information
samkitshah18 committed Apr 8, 2024
2 parents 77faa91 + c49fe70 commit 1e5d18e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ script:
- black --check .
- flake8
- coverage run manage.py test --noinput

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

after_script:
- coveralls


deploy:
- provider: elasticbeanstalk
Expand Down

0 comments on commit 1e5d18e

Please sign in to comment.