Skip to content

Commit 30aa613

Browse files
travis: moved apt dependencies to before_install
1 parent 9135939 commit 30aa613

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ services:
55
python:
66
- '3.6'
77
- '3.7'
8+
before_install:
9+
- sudo apt-get install -y libpcre3-dev
810
install:
9-
- apt-get install libpcre3-dev && bash <(curl -sL get.comby.dev)
11+
- bash <(curl -sL get.comby.dev)
1012
- pip install -r requirements.dev.txt
1113
- pip install .
1214
script:

0 commit comments

Comments
 (0)