Browse Source

suppression test

main
Youssef Touggani 5 years ago
parent
commit
3b21df8d13
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -1,4 +1,4 @@
version: 3
version: 2.1
jobs:
build:
docker:
@ -70,6 +70,7 @@ jobs:
echo "heroku app not responding, failing deploy"
exit 1
fi
workflows:
build_test_deploy:
jobs:

Loading…
Cancel
Save