Skip to content

Commit 1f04869

Browse files
committed
Fix Travis
1 parent fc97b86 commit 1f04869

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ before_install:
1515
script:
1616
- cd ui-sys
1717
- cargo build --verbose --tests --examples
18-
- cargo test
1918
- cd ../ui
2019
- cargo build --verbose --tests --examples
21-
- cargo test
22-

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# libUI
2+
[![libui-rs build status](https://api.travis-ci.org/LeoTindall/libui-rs.svg?branch=master)](https://travis-ci.org/LeoTindall/libui-rs/)
3+
24
A Rusty user interface library that binds to platform native APIs.
35
These are work-in-progress Rust bindings to the minimalistic native UI library [libui][libui].
46

@@ -10,3 +12,6 @@ Based on work by @pcwalton
1012

1113
[libui]: https://github.com/andlabs/libui
1214

15+
# Testing Note
16+
17+
Travis does not connect video devices to their testing environments, so the tests cannot be run. Therefore, the "tests" only check compilation.

0 commit comments

Comments
 (0)