File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,8 @@ before_install:
60
60
# Do not run bors builds against the nightly compiler.
61
61
# We want to find out about nightly bugs, so they're done in master, but we don't block on them.
62
62
- if [[ $TRAVIS_RUST_VERSION == "nightly" && $TRAVIS_BRANCH == "staging" ]]; then exit; fi
63
- # Extract SDL2 .deb into a cached directory (see cache section above and LIBRARY_PATH exports below)
64
- # Will no longer be needed when Trusty build environment goes out of beta at Travis CI
65
- # (assuming it will have libsdl2-dev and Rust by then)
66
- # see https://docs.travis-ci.com/user/trusty-ci-environment/
67
- - if [[ $TRAVIS_OS_NAME == "linux" ]]; then make travis-sdl2 && export CXX=g++-5; fi
68
- - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update && brew install sdl2; fi
63
+ - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-5; fi
64
+ - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; fi
69
65
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install make; fi
70
66
- rustup self update
71
67
- rustup target add $TARGET; true
You can’t perform that action at this time.
0 commit comments