We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516ef51 commit b341ad4Copy full SHA for b341ad4
.travis.yml
@@ -35,8 +35,8 @@ before_script:
35
- diesel migration run
36
- psql -d $DATABASE_URL < githubuser-backup.pg
37
script:
38
-- cargo build --verbose
39
-- cargo test --verbose
+- cargo build
+- cargo test
40
before_deploy:
41
- DATABASE_URL=$(heroku config:get DATABASE_URL -a rfcbot-rs) diesel migration run
42
deploy:
0 commit comments