Attempt to find header files

This commit is contained in:
Alex Crichton 2015-09-10 17:03:40 -07:00
parent e1272fa74a
commit 126e50636c
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ rust:
- nightly
sudo: false
install:
- grep -R TCP_THIN_LINEAR_TIMEOUTS /usr/include
- grep -R SO_REUSEPORT /usr/include
- exit 1
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then OS=unknown-linux-gnu; else OS=apple-darwin; fi
- export TARGET=$ARCH-$OS
- curl -sO https://static.rust-lang.org/dist/rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz