Files: 5aaf67116527c38bed680c3cd66d48b9367ffc1f / .travis.yml
355 bytesRaw
1 | addons: |
2 | postgresql: "9.4" |
3 | cache: yarn |
4 | services: |
5 | - postgresql |
6 | |
7 | before_script: |
8 | - psql -c 'create database travis_ci_test;' -U postgres |
9 | - cp config/database.yml.travis config/database.yml |
10 | |
11 | env: |
12 | global: |
13 | - btc_crowdfund_address="1L7jnZWnbfLeLim4uGjY4haYx4u1wgvX6e" |
14 | - asset_id="AdjonhsTtUxo26WhFk1LxayXNUZa7jkszX" |
15 | - btc_crowdfund_goal=300 |
16 |
Built with git-ssb-web