Skip to content

Commit cbcacc4

Browse files
committed
Simplified API
Fix the build. It should use the default make target instead of `make`.
1 parent 8f6ecb1 commit cbcacc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ install:
1313
- pip install -r requirements.txt
1414

1515
script:
16-
- make test
16+
- make

0 commit comments

Comments
 (0)