use bundle syntax to rspec

This commit is contained in:
Casey Faist
2018-08-21 15:51:11 -04:00
parent 3733383ad6
commit 3835aca004
2 changed files with 4 additions and 5 deletions
+4 -4
View File
@@ -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
-1
View File
@@ -1,6 +1,5 @@
{
"python": [
"heroku/python-getting-started"
// "pyhatchery/x" <- namespace of python test org
]
}