Skip to content

Commit 7486b87

Browse files
install wapiti binary
1 parent bcf1e55 commit 7486b87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
only:
77
- master
88
- /^\d\.\d+$/
9-
9+
1010
matrix:
1111
include:
1212
- python: 2.7
@@ -29,6 +29,8 @@ addons:
2929

3030
install:
3131
- pip install -U pip tox codecov
32+
- git clone https://github.com/Jekub/Wapiti /tmp/wapiti
33+
- cd /tmp/wapiti && make && make install
3234

3335
script: tox
3436

@@ -37,4 +39,4 @@ after_success:
3739

3840
cache:
3941
directories:
40-
- $HOME/.cache/pip
42+
- $HOME/.cache/pip

0 commit comments

Comments
 (0)