travis: drop redundant make arg

The makefile already uses SOURCEDIR=api as the default so we don't
need to set it.
This commit is contained in:
David Lechner
2020-03-18 17:30:42 -05:00
parent e3d0d51c9f
commit 21b747dce0
+1 -1
View File
@@ -9,6 +9,6 @@ install:
script:
- poetry build
- poetry run make -C doc html SOURCEDIR=api
- poetry run make -C doc html
- poetry run flake8
- poetry run doc8