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 3f1dbfc commit 18b0ffcCopy full SHA for 18b0ffc
.travis.yml
@@ -12,15 +12,9 @@ before_script:
12
- heroku container:login
13
- heroku container:pull --app=rfcbot-rs web
14
script: |
15
- # first build the container and upload intermediate stages for later retries
16
heroku container:push --app=rfcbot-rs web
17
-
18
- # spin up our integration test environment
19
docker-compose up -d
20
21
- # run our tests, if they fail print the logs from the target container
22
- docker-compose exec -e RUST_BACKTRACE=1 web \
23
- cargo test --release --locked
+ docker-compose exec web cargo test --release --locked
24
after_failure:
25
docker-compose logs web
26
before_cache:
0 commit comments