Skip to content

Commit

Permalink
webdriver: Merge pull request #27 from jgraham/travis
Browse files Browse the repository at this point in the history
Add travis CI support.

Source-Repo: https://github.com/mozilla/webdriver-rust
Source-Revision: 63a82d36d2783128665612e41faf5b150eb3dbf8

--HG--
extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000
extra : subtree_revision : 8dae95ce9c85bfc09fd340f9e74c58fdec359e5d
  • Loading branch information
jgraham committed Apr 4, 2016
1 parent 8ad0f25 commit 9658ada
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testing/webdriver/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: rust

rust:
- nightly
- stable

script:
- cargo build --verbose
- cargo test --verbose

0 comments on commit 9658ada

Please sign in to comment.