From c9dcce572df5118c1f0a4c7ea86525c3a32ecdcf Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Wed, 7 Oct 2015 22:21:00 +0200 Subject: [PATCH] [cargo] add features unstable --- .travis.yml | 2 +- Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d20dca0..272a115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5182afb..378106d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,6 @@ name = "treegl" version = "0.1.0" authors = ["gnzlbg "] + +[features] +unstable = [] \ No newline at end of file