Skip to content

Commit

Permalink
schedule builds in ci on pushes and pull requests
Browse files Browse the repository at this point in the history
This schedules builds on pushes and pull requests on stable, beta, and
nightly channels.  Builds on the nightly channel are allowed to fail,
which makes sense as an upfront warning that we need to fix something
in relative time but not block integration of new PRs.
  • Loading branch information
andreastt committed Jan 20, 2016
1 parent d92e1f4 commit 3ab64f4
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 3ab64f4

Please sign in to comment.