Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jul 23, 2015
1 parent 4e10927 commit 0a240c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
docker-in-travis CHANGELOG
==========================

This file is used to list changes made in each version of the `docker-in-travis` Docker image.

## v0.1.0 (2015-07-24)

* First release of `docker-in-travis`.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You can use a *.travis.yml* similar to the following:
language: ruby

before_script:
- source <(curl -sL https://raw.githubusercontent.com/zuazo/docker-in-travis/master/scripts/start_docker.sh)
- source <(curl -sL https://raw.githubusercontent.com/zuazo/docker-in-travis/0.1.0/scripts/start_docker.sh)

script:
- bundle exec rspec
Expand Down

0 comments on commit 0a240c3

Please sign in to comment.