Skip to content

Commit

Permalink
Merge pull request #25 from vertexclique/multi-os-builds
Browse files Browse the repository at this point in the history
Multi OS builds
  • Loading branch information
vertexclique authored Aug 20, 2019
2 parents c1884c6 + 15ea639 commit a33a508
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: rust
os:
- linux
- osx
rust:
- nightly
- stable
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,21 @@
</td>
</tr>
<tr>
<td>Build Status</td>
<td>Build Status (Linux / MacOS)</td>
<td>
<a href="https://travis-ci.org/vertexclique/bastion">
<img src="https://travis-ci.org/vertexclique/bastion.svg?branch=master" alt="travis build status" />
</a>
</td>
</tr>
<tr>
<td>Build Status (Windows)</td>
<td>
<a href="https://ci.appveyor.com/project/vertexclique/bastion/branch/master">
<img src="https://ci.appveyor.com/api/projects/status/ksfqpeuq9gxspnb6/branch/master?svg=true" alt="appveyor build status" />
</a>
</td>
</tr>
<tr>
<td>Downloads</td>
<td>
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a33a508

Please sign in to comment.