diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-09-05 20:18:21 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-09-05 20:18:21 -0700 |
commit | d2044231dc905d0a3b3f68a60e84dc4ae399ef7b (patch) | |
tree | a6951bc34fa5231efacaafab9c739a96856bb015 /.travis.yml | |
parent | e102a7265104cc4ae7ddfe90f3dd4790456a5066 (diff) | |
download | rust-libc-d2044231dc905d0a3b3f68a60e84dc4ae399ef7b.tar.gz |
Remove caching and fix FreeBSD tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4990cb7179..9787728675 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,8 +94,6 @@ matrix: # QEMU based targets that compile in an emulator - env: TARGET=x86_64-unknown-freebsd -cache: cargo - notifications: email: on_success: never |