diff options
| author | Steven Fackler <[email protected]> | 2016-04-29 21:43:23 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-04-29 21:43:23 -0700 |
| commit | bc6ee4d7fbf03cc8bebc4b2aa1007d0959c49604 (patch) | |
| tree | 51ddaa5be27d832a7eb38e2bdfaf26d4e3f42810 | |
| parent | Ignore default verify paths test on windows (diff) | |
| download | rust-openssl-bc6ee4d7fbf03cc8bebc4b2aa1007d0959c49604.tar.xz rust-openssl-bc6ee4d7fbf03cc8bebc4b2aa1007d0959c49604.zip | |
Cut out tests against beta
The build matrix is way too big and this isn't super useful
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d649083a..e73df5f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ addons: - gcc-arm-linux-gnueabihf rust: - nightly -- beta - 1.8.0 os: - osx |