mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
582 B
18 lines
582 B
machine: |
|
ruby: |
|
version: 2.1.2 |
|
node: |
|
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: |
|
dev: |
|
branch: master |
|
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 |
|
- cd pelias-deploy && bundle exec rake deploy:api[dev] |
|
- cd acceptance-tests && npm test -- -e dev
|
|
|