Skip to content

Commit 4b074ec

Browse files
committed
Fixed .travis.yml
1 parent 65e3f82 commit 4b074ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ install:
66
- sudo apt-get install rust-nightly cargo
77
script:
88
- cargo build
9-
- rustc --test src/lib.rs -o target/test
9+
- rustc --test src/lazy_static.rs -o target/test
1010
- target/test
11-
- rustdoc src/lib
11+
- rustdoc src/lazy_static.rs

0 commit comments

Comments
 (0)