Skip to content

Commit

Permalink
fix(travis): adjust invalid make target
Browse files Browse the repository at this point in the history
* `docs` is `docs-all` now. On travis, this should only build one API
  • Loading branch information
Byron committed Apr 7, 2015
1 parent dd1d191 commit 9dbdcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
script:
- make docs cargo ARGS=test
- make docs-all cargo ARGS=test
env:
global:
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=

0 comments on commit 9dbdcc4

Please sign in to comment.