Skip to content

Commit 9135939

Browse files
travis: install libpcre3-dev for comby
1 parent 9eddd2c commit 9135939

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
@@ -6,7 +6,7 @@ python:
66
- '3.6'
77
- '3.7'
88
install:
9-
- bash <(curl -sL get.comby.dev)
9+
- apt-get install libpcre3-dev && bash <(curl -sL get.comby.dev)
1010
- pip install -r requirements.dev.txt
1111
- pip install .
1212
script:

0 commit comments

Comments
 (0)