gecko-dev/testing/webdriver/.travis.yml
James Graham 9658adaf3f webdriver: Merge pull request #27 from jgraham/travis
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
2016-04-04 13:04:07 +01:00

9 lines
112 B
YAML

language: rust
rust:
- nightly
- stable
script:
- cargo build --verbose
- cargo test --verbose