Skip to content

Commit 7519665

Browse files
committed
oops... forgot language: rust in .travis.yml
1 parent 8973114 commit 7519665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
# See also:
77
# - http://www.rust-ci.org/p/390/artifactconf
88

9+
language: rust
910
env:
1011
global:
1112
- secure: Ec6ZjLg8P0hLYZf2rBzTcGKidavRNzBSuYr1dxuB4OD/X5z9LToSBNomAnxIeBEU7kQKlnYTJUW34bcd6IVt0PlYm/JT3Ij4RBIUwHjWTnyH2GObmtUfDsoxeaSROCWsoogWNG1tGYp23iTHaVqcKMOWLpcZtmzYYnlTCPNSHmo=
1213
script:
1314
- cargo build
1415
- cargo test
15-
- rustdoc -L target --test src/lib.rs
1616
- cargo doc --no-deps
1717
after_script:
1818
- mv target/doc .

0 commit comments

Comments
 (0)