Skip to content

Commit 1520b62

Browse files
committed
Enable docs in .travis.yml
1 parent 4b074ec commit 1520b62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
env:
2+
global:
3+
- secure: M9/ZDZMaLRBlM5uzmbQQEClBzy7aoaiSz6UVjepXsH9Q1+9bIO8WVAS8Pi2ywkSv+W7EUCkQNKx+zNt9jIkNb366dQxf8/cbhQPnJ9xpleo5CkA3Iul1aXGMusQU9IDDtaTuj0k0FUhiLxPaq/T4uogQ/QZGUypmKM8oRe13N1A=
14
before_install:
25
- yes | sudo add-apt-repository ppa:hansjorg/rust
36
- yes | sudo add-apt-repository ppa:cmrx64/cargo
@@ -9,3 +12,5 @@ script:
912
- rustc --test src/lazy_static.rs -o target/test
1013
- target/test
1114
- rustdoc src/lazy_static.rs
15+
after_script:
16+
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh

0 commit comments

Comments
 (0)