Skip to content

Commit

Permalink
[cargo] add features unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Oct 7, 2015
1 parent 201a07a commit c9dcce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ script:
after_success:
# upload the documentation from the build with stable (automatically only actually
# runs on the master branch, not individual PRs)
- travis-cargo --only stable doc-upload
- travis-cargo doc-upload
# measure code coverage and upload to coveralls.io
- travis-cargo coveralls --no-sudo

Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
name = "treegl"
version = "0.1.0"
authors = ["gnzlbg <gonzalobg88@gmail.com>"]

[features]
unstable = []

0 comments on commit c9dcce5

Please sign in to comment.