Make unit tests pass on TravisCI.

This commit is contained in:
Josh Matthews 2017-04-29 10:03:02 -04:00
parent 0abd5bbabd
commit f3f9e28e88
6 changed files with 53 additions and 28 deletions

View file

@ -14,6 +14,8 @@ license = "MPL-2.0"
[lib]
name = "selectors"
path = "lib.rs"
# https://github.com/servo/servo/issues/16710
doctest = false
[dependencies]
bitflags = "0.7"