File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
rust-cssparser
2
2
==============
3
3
4
+ [ ![ Build Status] ( https://travis-ci.org/servo/rust-cssparser.svg?branch=travis )] ( https://travis-ci.org/servo/rust-cssparser )
5
+
4
6
Rust implementation of
5
7
[ CSS Syntax Module Level 3] ( http://www.w3.org/TR/css-syntax-3/ )
6
8
You can’t perform that action at this time.
0 commit comments