Files: 61de980f83635c42429e5e29f0fe05f4fac30620 / .travis.yml
344 bytesRaw
1 | addons: |
2 | postgresql: "9.4" |
3 | |
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