Skip to content

Commit

Permalink
Merge pull request #39 from andreastt/travis
Browse files Browse the repository at this point in the history
schedule builds in ci on pushes and pull requests
  • Loading branch information
jgraham committed Jan 20, 2016
2 parents d92e1f4 + 3ab64f4 commit 44be479
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
3 changes: 1 addition & 2 deletions README.md
@@ -1,5 +1,4 @@
# Wires

# Wires [![Build Status](https://travis-ci.org/jgraham/wires.svg?branch=master)](https://travis-ci.org/jgraham/wires)

WebDriver <-> Marionette proxy

Expand Down

0 comments on commit 44be479

Please sign in to comment.