Skip to content

Commit

Permalink
Upgrading Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 30, 2017
1 parent c1faeea commit 060dccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ matrix:
allow_failures:
- rvm: ruby-head
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y install docker-ce
- psql -c 'create database citygram_test;' -U postgres
- psql -U postgres -c "create extension postgis"
- docker build -f docker/data/Dockerfile -t citygram/data .
Expand Down

0 comments on commit 060dccf

Please sign in to comment.