Skip to content
Snippets Groups Projects
Commit 3835aca0 authored by Casey Faist's avatar Casey Faist
Browse files

use bundle syntax to rspec

parent 3733383a
No related branches found
No related tags found
No related merge requests found
......@@ -19,20 +19,20 @@ jobs:
- wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
- PATH="/tmp/shellcheck-latest:$PATH"
script: make check
- stage: Stack Tests
- stage: Stack Unit Tests
services: docker
env: STACK=heroku-18
script: "./tests.sh"
- stage: Stack Tests
- stage: Stack Unit Tests
services: docker
env: STACK=heroku-16
script: "./tests.sh"
- stage: Stack Tests
- stage: Stack Unit Tests
services: docker
env: STACK=cedar-14
script: "./tests.sh"
- stage: Hatchet Integration
script: "rspec"
script: "bundle exec rspec"
env:
global:
- HATCHET_RETRIES=3
......
{
"python": [
"heroku/python-getting-started"
// "pyhatchery/x" <- namespace of python test org
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment