Skip to content

Commit 031dce1

Browse files
committed
Skip if ~/bin already exists
1 parent 52a18b2 commit 031dce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python: [2.7, 3.4, 3.5, 3.6]
33
install:
44
- pip install tox-travis
5-
- mkdir "$HOME/bin"
5+
- mkdir -p "$HOME/bin"
66
script:
77
- tox -e devruntime
88
- tox

0 commit comments

Comments
 (0)