Skip to content

Commit 7cdd77b

Browse files
author
Pietro Albini
committed
Workaround to make the 0.2.x branch builds pass
1 parent 1eafcfd commit 7cdd77b

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
@@ -7,7 +7,7 @@ sudo: false
77
cache: pip
88

99
install:
10-
- pip install invoke
10+
- pip install "invoke<0.13"
1111

1212
script:
1313
- invoke build

0 commit comments

Comments
 (0)