Skip to content

Commit 3835aca

Browse files
committed
use bundle syntax to rspec
1 parent 3733383 commit 3835aca

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
- wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
2020
- PATH="/tmp/shellcheck-latest:$PATH"
2121
script: make check
22-
- stage: Stack Tests
22+
- stage: Stack Unit Tests
2323
services: docker
2424
env: STACK=heroku-18
2525
script: "./tests.sh"
26-
- stage: Stack Tests
26+
- stage: Stack Unit Tests
2727
services: docker
2828
env: STACK=heroku-16
2929
script: "./tests.sh"
30-
- stage: Stack Tests
30+
- stage: Stack Unit Tests
3131
services: docker
3232
env: STACK=cedar-14
3333
script: "./tests.sh"
3434
- stage: Hatchet Integration
35-
script: "rspec"
35+
script: "bundle exec rspec"
3636
env:
3737
global:
3838
- HATCHET_RETRIES=3

hatchet.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"python": [
33
"heroku/python-getting-started"
4-
// "pyhatchery/x" <- namespace of python test org
54
]
65
}

0 commit comments

Comments
 (0)