Skip to content

Commit 0de2c0f

Browse files
author
nmbr7
committed
updates travis
1 parent 91c88a4 commit 0de2c0f

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: rust
2+
cache: cargo
3+
rust:
4+
- stable
5+
- beta
6+
- nightly

src/main.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,4 @@ fn main() {
5151
}
5252
sched(&mut seed_queue, prog_config, &mut fuzzer_status);
5353

54-
/* Debug
55-
for i in 0..conf_queue.len() {
56-
println!(
57-
" \nseed : {:?}\ninput : {}\nTimeout : {}\n",
58-
conf_queue[i], input, timeout
59-
);
60-
//fuzzer_status.update(conf_queue.len());
61-
}
62-
*/
63-
64-
/*for i in 0..conf_queue.len() {
65-
println!(
66-
" \nseed : {:?}\ninput : {}\nTimeout : {}\n",
67-
conf_queue[i], input, timeout
68-
);
69-
}*/
7054
}

0 commit comments

Comments
 (0)