10 - libcurl4-openssl-dev
24 - TRAVIS_CARGO_NIGHTLY_FEATURE=lints
36 if [ "$TRAVIS_OS_NAME" == 'linux' ]; then
37 pip install 'travis-cargo<0.2' --user &&
38 export PATH=$HOME/.local/bin:$PATH
39 elif [ "$TRAVIS_OS_NAME" == 'osx' ]; then
40 echo 'travis-cargo is not supported on OS X builds.'
45 if [ "$TRAVIS_OS_NAME" == 'linux' ]; then
49 cargo build --verbose &&
55 if [ "$TRAVIS_OS_NAME" == 'linux' ]; then
56 travis-cargo --only stable coveralls --no-sudo --verify