Skip to content

Commit

Permalink
remove before_deploy in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ardafirdausr committed Jun 14, 2021
1 parent 3372072 commit ba2d79e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
language: go
go:
- 1.15.x
before_scripts:
scripts:
- go test -v ./...
before_deploy:
- touch .env
- echo HOST=$HOST >> .env
- echo PORT=$PORT >> .env
- echo DEBUG=$DEBUG >> .env
- echo MYSQL_URI=$MONGO_DB_URI >> .env
- echo SESSION_KEY=$SESSION_KEY >> .env
- echo SENTRY_DSN=$SENTRY_DSN >> .env
deploy:
provider: heroku
skip_cleanup: true
Expand Down

0 comments on commit ba2d79e

Please sign in to comment.