Skip to content

Commit e98ce7d

Browse files
committed
Start testing on Travis-CI.
1 parent 6f79887 commit e98ce7d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
install:
2+
- curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
3+
- tar xf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
4+
- sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh
5+
6+
- curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-linux.tar.gz
7+
- tar xf cargo-nightly-linux.tar.gz
8+
- sudo ./cargo-nightly/install.sh
9+
10+
script:
11+
- cargo build --verbose
12+
- cargo test --verbose

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
rust-cssparser
22
==============
33

4+
[![Build Status](https://travis-ci.org/servo/rust-cssparser.svg?branch=travis)](https://travis-ci.org/servo/rust-cssparser)
5+
46
Rust implementation of
57
[CSS Syntax Module Level 3](http://www.w3.org/TR/css-syntax-3/)
68

0 commit comments

Comments
 (0)