projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd47078
)
Remove application.yml step from travis config
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 13 Mar 2019 17:41:57 +0000
(18:41 +0100)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 13 Mar 2019 17:41:57 +0000
(18:41 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 3b56d2b4b666af3b77fb9df25838a6259b0def03..1738201b703035071ca38d7890431eac38ae618d 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-14,7
+14,6
@@
env:
global:
- OSM_MEMCACHE_SERVERS="127.0.0.1"
before_script:
- - cp config/example.application.yml config/application.yml
- psql -U postgres -c "CREATE DATABASE openstreetmap"
- psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap
- make -C db/functions libpgosm.so