You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should run nightly, or at least weekly builds against Rust nightly. We can use Travis-CI cronjobs and only build for nightly by checking the TRAVIS_EVENT_TYPE environment variable in the build script.
We should run nightly, or at least weekly builds against Rust nightly. We can use Travis-CI cronjobs and only build for nightly by checking the
TRAVIS_EVENT_TYPEenvironment variable in the build script.This should prevent unexpected API breakage.