MTLantoine 6 years ago
parent
commit
f011661229
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -24,7 +24,7 @@ jobs:
- checkout
- restore_cache:
key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
- run: echo "hello world"
- command: echo 'export HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/`'
lint:
docker:
- image: circleci/node:dubnium-browsers

Loading…
Cancel
Save