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 542abc0 commit 883b3abCopy full SHA for 883b3ab
.travis.yml
@@ -33,7 +33,7 @@ install:
33
before_script:
34
- diesel setup
35
- diesel migration run
36
-- psql -d $DATABASE_URL < githubuser-backup.pg
+- psql -q -d $DATABASE_URL < githubuser-backup.pg
37
script:
38
- cargo build
39
- cargo test
0 commit comments