Skip to content

Commit

Permalink
Removes docker from travis
Browse files Browse the repository at this point in the history
With the release of Crystal 0.23.1 there is no need to have a docker build.
  • Loading branch information
eliasjpr authored Jul 15, 2017
1 parent 6feb56d commit 4bf3b23
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ notifications:
on_start: never # options: [always|never|change] default: always

services:
- docker

before_install:
- docker build -t spec .

script:
- docker run spec
- redis-server

0 comments on commit 4bf3b23

Please sign in to comment.