Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
id-iot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Lindgren
id-iot
Commits
c55c018b
Commit
c55c018b
authored
Jul 14, 2015
by
Covertness
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
9aa7f2e2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+35
-3
35 additions, 3 deletions
.travis.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
36 additions
and
4 deletions
.travis.yml
+
35
−
3
View file @
c55c018b
language
:
rust
language
:
rust
sudo
:
false
sudo
:
false
addons
:
apt
:
packages
:
-
libcurl4-openssl-dev
-
libelf-dev
-
libdw-dev
# run builds for both all the trains
rust
:
rust
:
-
nightly
-
nightly
-
beta
-
beta
-
stable
-
stable
# load travis-cargo
before_script
:
-
|
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
# the main build
script
:
-
|
travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo --only stable doc
after_success
:
# upload the documentation from the build with beta (automatically only actually
# runs on the master branch)
-
travis-cargo --only stable doc-upload
# measure code coverage and upload to coveralls.io
-
travis-cargo coveralls --no-sudo
env
:
global
:
-
secure
:
"
Azb2kN3sVX4KYy4LCrqUqmvCOoePRfDcq9EVfPuJxexrKbkubU4WRxay13ZwGKLvdiL6MXeGYdaNdULDDoxFdREid6T8ZwXdVgEYRg6RanBXs4PME8PNAk3sr0vX92jUpPe6uiLTi3HFilD96IXM/QuPgmjaTUGlxg/tNqVvMO1MnVhSZw8nbC3GRX8K/iMzBE1J0bbYc0nQ5KR2QDLuUPl7ddYzA/OeXxkOdGc3oPAXL3JveRvKRN6WfCbtzn31AYPba2h3LQ6r4XzwL4ZGU1Kpvm/CWsNGtRhZHJ5fh5TFZzVKlK8ndEM747ApdiyYkbpSUCFqkU6W8MP2fwSBH9HK4n6MKY/JZUFc6D0HhDpfgOcRrvRgydkHR5ubQx/+PRfvh3jxDaMGizlxiKGlKaFctxkB2JZCGFm+kGnKNRhxj7ibsDVDn2Mx72x0wE5LAybqsx3eoBno/DPU04YeGCVuA9BIzLQunCa051sxH1/UPUe2tE0cios2SUVLKtCDgawLohWwWDrBQU4hk6ZepZlYY2jo/vRq+xYkYH1ISUDNacu6lu8vfkFBOZBfDmIQQK0+fHnZI7TLeLfbW0iR7Ep9dgbAkw829OpMUof9Kk1YPfIlJ4CUkFKtKH2vP15+QRyDt6oDzSHlmpJLNQECoTG7gMsxsRRBrr5gI5eYtqI="
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
c55c018b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
[

](https://crates.io/crates/coap)
[

](https://crates.io/crates/coap)
[

](https://travis-ci.org/Covertness/coap-rs)
[

](https://travis-ci.org/Covertness/coap-rs)
[
](https://ci.appveyor.com/project/Covertness/coap-rs)
[

](https://ci.appveyor.com/project/Covertness/coap-rs)
[

](./LICENSE)
[

](./LICENSE)
A
[
Constrained Application Protocol(CoAP)
](
https://tools.ietf.org/html/rfc7252
)
library implemented in Rust.
A
[
Constrained Application Protocol(CoAP)
](
https://tools.ietf.org/html/rfc7252
)
library implemented in Rust.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment