diff --git a/.travis.yml b/.travis.yml
index 68128893..4b78e77e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
language: rust
+os:
+ - linux
+ - osx
rust:
- nightly
- stable
diff --git a/README.md b/README.md
index ab413b12..aa932310 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,21 @@
- Build Status |
+ Build Status (Linux / MacOS) |
|
+
+ Build Status (Windows) |
+
+
+
+
+ |
+
Downloads |
@@ -87,9 +95,9 @@ Check [root supervisor](https://github.com/vertexclique/bastion/blob/master/exam
[Examples](https://github.com/vertexclique/bastion/blob/master/examples) cover all the use cases in the frame of the crate.
-Include bastion to your project with, it requires nightly features to do it's job:
+Include bastion to your project with:
```toml
-bastion = "*"
+bastion = "0.1"
```
In most simple way you can use Bastion like here:
|