Skip to content

Commit

Permalink
Merge pull request #591 from DeeDeeG/faster-travis-ci
Browse files Browse the repository at this point in the history
Faster Travis CI builds
  • Loading branch information
DeeDeeG authored Sep 22, 2019
2 parents 4d722df + 4b86b63 commit c6cf8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
global:
- CC_TEST_REPORTER_ID=c18df080592f9c99ca8080a6d5e052aa5fd3964044a0fe0b71e48f8e18998dc2
language: ruby
language: minimal
services: docker
install:
- docker-compose build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
db:
image: postgres
image: postgres:alpine
web:
build: .
entrypoint: [setup/entry]
Expand Down

0 comments on commit c6cf8d9

Please sign in to comment.