Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgraham <james@hoppipolla.co.uk>2016-01-20 15:55:13 +0300
committerjgraham <james@hoppipolla.co.uk>2016-01-20 15:55:13 +0300
commit44be4791266e3fb6b472d8659ea2951b51b5ac61 (patch)
treef1fabe675047a7475cc2ca9cea921e0ba011581e
parentd92e1f4d761e5d80f04ef7dd057c161348f2610f (diff)
parent3ab64f45245fdaa9b6ad8540bea08c3b078ec7b8 (diff)
Merge pull request #39 from andreastt/travisv0.6.2
schedule builds in ci on pushes and pull requests
-rw-r--r--.travis.yml8
-rw-r--r--README.md3
2 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8c91a74
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: rust
+rust:
+ - stable
+ - beta
+ - nightly
+matrix:
+ allow_failures:
+ - rust: nightly
diff --git a/README.md b/README.md
index 6ae4608..198814b 100644
--- a/README.md
+++ b/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