Skip to content

Commit 9dbdcc4

Browse files
committed
fix(travis): adjust invalid make target
* `docs` is `docs-all` now. On travis, this should only build one API
1 parent dd1d191 commit 9dbdcc4

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
@@ -1,6 +1,6 @@
11
language: rust
22
script:
3-
- make docs cargo ARGS=test
3+
- make docs-all cargo ARGS=test
44
env:
55
global:
66
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=

0 commit comments

Comments
 (0)