diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-04-23 03:43:21 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-04-23 19:04:13 +0000 |
commit | 738c8de23246c1e8be705163d17ce8a4288cef3d (patch) | |
tree | 7c484ae0d9713a247e06ea65aaa1270262826b7f /.travis.yml | |
parent | 3bfb5958bc39360aeb071055660c2509650b6a95 (diff) | |
download | alacritty-738c8de23246c1e8be705163d17ce8a4288cef3d.tar.gz alacritty-738c8de23246c1e8be705163d17ce8a4288cef3d.zip |
Bump minimum supported Rust version to 1.41.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 71100b10..5b4e6493 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ os: - osx rust: - - 1.39.0 + - 1.41.0 - stable - nightly @@ -30,22 +30,22 @@ matrix: - name: "Clippy Linux" os: linux env: CLIPPY=true - rust: 1.39.0 + rust: 1.41.0 - name: "Clippy OSX" os: osx env: CLIPPY=true - rust: 1.39.0 + rust: 1.41.0 - name: "Clippy Windows" os: windows env: CLIPPY=true - rust: 1.39.0-x86_64-pc-windows-msvc + rust: 1.41.0-x86_64-pc-windows-msvc - name: "Rustfmt" os: linux env: RUSTFMT=true rust: nightly - - name: "Windows 1.39.0" + - name: "Windows 1.41.0" os: windows - rust: 1.39.0-x86_64-pc-windows-msvc + rust: 1.41.0-x86_64-pc-windows-msvc - name: "Windows Stable" os: windows rust: stable-x86_64-pc-windows-msvc |