Skip to content

Commit 3790f4a

Browse files
committed
Updated .travis.yml to use cargo test
1 parent 9e11c58 commit 3790f4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ install:
99
- sudo apt-get install rust-nightly cargo
1010
script:
1111
- cargo build
12-
- rustc --test src/lazy_static.rs -o target/test
13-
- target/test
12+
- cargo test
1413
- rustdoc src/lazy_static.rs
1514
after_script:
1615
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh

0 commit comments

Comments
 (0)