diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-06-23 13:46:01 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-06-23 11:13:14 +0000 |
commit | 5eb0792c9060e47404550d59d31fd1876f248202 (patch) | |
tree | e8b6f8c3515ff69804055498a508cd90bbe0468d | |
parent | e4e0218edef0c0401649ce80562eacb6820e213e (diff) | |
download | alacritty-5eb0792c9060e47404550d59d31fd1876f248202.tar.gz alacritty-5eb0792c9060e47404550d59d31fd1876f248202.zip |
Remove checks on nightly from CI
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 1d55f0ba..b6c28ee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ os: rust: - 1.41.0 - stable - - nightly matrix: fast_finish: true @@ -42,12 +41,6 @@ matrix: - name: "Windows Stable" os: windows rust: stable-x86_64-pc-windows-msvc - - name: "Windows Nightly" - os: windows - rust: nightly-x86_64-pc-windows-msvc - allow_failures: - - rust: nightly - - rust: nightly-x86_64-pc-windows-msvc install: ci/install.sh script: ci/script.sh |