We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b074ec commit 1520b62Copy full SHA for 1520b62
.travis.yml
@@ -1,3 +1,6 @@
1
+env:
2
+ global:
3
+ - secure: M9/ZDZMaLRBlM5uzmbQQEClBzy7aoaiSz6UVjepXsH9Q1+9bIO8WVAS8Pi2ywkSv+W7EUCkQNKx+zNt9jIkNb366dQxf8/cbhQPnJ9xpleo5CkA3Iul1aXGMusQU9IDDtaTuj0k0FUhiLxPaq/T4uogQ/QZGUypmKM8oRe13N1A=
4
before_install:
5
- yes | sudo add-apt-repository ppa:hansjorg/rust
6
- yes | sudo add-apt-repository ppa:cmrx64/cargo
@@ -9,3 +12,5 @@ script:
9
12
- rustc --test src/lazy_static.rs -o target/test
10
13
- target/test
11
14
- rustdoc src/lazy_static.rs
15
+after_script:
16
+ - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
0 commit comments