diff --git a/.travis.yml b/.travis.yml index 5dae543..9bdc47a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/hatchet.json b/hatchet.json index cbe7dd4..20ed7da 100644 --- a/hatchet.json +++ b/hatchet.json @@ -1,6 +1,5 @@ { "python": [ "heroku/python-getting-started" - // "pyhatchery/x" <- namespace of python test org ] }