-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just to get this to a nice basic level of code quality.
- Loading branch information
Showing
4 changed files
with
94 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
sudo: false | ||
language: rust | ||
rust: | ||
- 1.8.0 | ||
- stable | ||
- nightly | ||
before_script: | ||
- | | ||
pip install 'travis-cargo<0.2' --user && | ||
export PATH=$HOME/.local/bin:$PATH | ||
script: | ||
- | | ||
travis-cargo build && | ||
travis-cargo test && | ||
travis-cargo bench && | ||
travis-cargo --only stable doc | ||
addons: | ||
apt: | ||
packages: | ||
- libcurl4-openssl-dev | ||
- libelf-dev | ||
- libdw-dev | ||
- binutils-dev | ||
after_success: | ||
- travis-cargo --only stable doc-upload | ||
- travis-cargo coveralls --no-sudo | ||
notifications: | ||
email: | ||
on_success: never | ||
env: | ||
global: | ||
- TRAVIS_CARGO_NIGHTLY_FEATURE="" | ||
- RUST_BACKTRACE=1 | ||
- secure: j6bdUXvEOUKMBNfFhycgWbGeMpb9eJwjTDzpa9gOD+6Olv96q/UPwM7WxfiFXywn6Rct+udZO/aPTt2JPFV0qnz/pwy+vk6zg3/mYqtCAmDkUMtWAm0eJNj9zMwT5KISc4BJb6TwCf0JdCVEPP4hLEAhNJEMRT1NCLQeFRoAjHe6plXHlNhWWdpffZxPjP9EP+JFKWv/Kr2NGxddiU4QFMEKHZEN9F+QAnQ9YGg4XzFB55cM53pk2wejbdbXfmUbS1/a8whqdb8nlGQuJ7j7MNuK7RXlDMXoYn27x/3SStnhzDUfVcUnwiRGcIEXAJalRaZAZbdlhjqi2kAmNbISZ8CiotxnD7ZLXkvApIqqNCE4xOvSFj5UPpl1GfsitpFWcvAt+2V0lpZ1S2IftLd88FG6b6zX1uAfiBZWwoOC5xShtBMTGF95I7jwIOHZzPFUEB+4Oys1WxxGp0DWwccL6tKrsvCswKRA66KibD9pCMp1kh1mOwJLiNMlu9rbFE5Llux1e2pCoj57F1Ag4WdTTGp88I8JwuqaIVchBGYshwS1ixG2wyKdMuy7dgqaVC5AqJA88aj7TA5gbHbKifpU0ihb6mmYDOSnLjlUNWMUMl8/sAyOt+7JmrWVRSn061CmtihrdGnWApVqa2mK4DL3/plmK++FsKSOI3VkKA0/GYA= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters