Skip to content

Commit 2064642

Browse files
author
bors-servo
authored
Auto merge of #19 - servo:travis, r=SimonSapin
Add Travis-CI configuration
2 parents 36ec866 + 912bc4e commit 2064642

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Cargo.lock
22
target/
3+
*.pyc

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: rust
2+
rust:
3+
- nightly
4+
- beta
5+
- stable
6+
notifications:
7+
webhooks: http://build.servo.org:54856/travis

Mako-1.0.7.zip

542 KB
Binary file not shown.

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ fn main() {
4040

4141
run(Command::new("make")
4242
.arg(format!("-j{}", env::var("NUM_JOBS").unwrap()))
43+
.env("PYTHONPATH", src.join("Mako-1.0.7.zip"))
4344
.current_dir(&dst));
4445
}
4546

0 commit comments

Comments
 (0)