Browse Source

circle.yml: do not need acceptance tests here

pull/376/head
Grant Heffernan 9 years ago
parent
commit
c9fce33c44
  1. 6
      circle.yml

6
circle.yml

@ -4,18 +4,12 @@ machine:
node: node:
version: 0.12.2 version: 0.12.2
dependencies:
pre:
- echo "{\"mapzen\":{\"api_key\":{\"search.mapzen.com\":\"$SEARCH_API_KEY\",\"pelias.mapzen.com\":\"$PELIAS_API_KEY\"}}}" >~/pelias.json
deployment: deployment:
dev: dev:
branch: master branch: master
commands: commands:
- git clone git@github.com:pelias/acceptance-tests && cd acceptance-tests && npm install
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install - git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install
- cd pelias-deploy && bundle exec rake deploy:api[dev] - cd pelias-deploy && bundle exec rake deploy:api[dev]
- cd acceptance-tests && npm test -- -e dev
prod_build: prod_build:
branch: production branch: production
commands: commands:

Loading…
Cancel
Save