diff options
| author | Steven Fackler <[email protected]> | 2015-11-08 23:52:41 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-11-08 23:52:41 -0800 |
| commit | c5d188efeeeb858ed4a4e7f5f1d7691f4cabeaea (patch) | |
| tree | 3d207368b021e8636198eeda0143701fff4ce6f6 | |
| parent | RUn tests through strace (diff) | |
| download | rust-openssl-c5d188efeeeb858ed4a4e7f5f1d7691f4cabeaea.tar.xz rust-openssl-c5d188efeeeb858ed4a4e7f5f1d7691f4cabeaea.zip | |
Install strace
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f06f108d..db77bc73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: rust sudo: false +addons: + apt: + packages: + - strace rust: - nightly - beta |