Skip to content

Commit

Permalink
Do not create a pseudo-TTY when running tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Dec 31, 2016
1 parent 9e66b1d commit e282d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-image
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e
IMAGE_NAME="$1"

docker run -it --rm $IMAGE_NAME rspec
docker run -i --rm $IMAGE_NAME rspec

0 comments on commit e282d68

Please sign in to comment.