diff options
| author | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 15:18:39 +0000 |
|---|---|---|
| committer | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 15:18:39 +0000 |
| commit | e48a12fc22b5a6c8057036b5c8ded59d17683da0 (patch) | |
| tree | 57b84e0488efd31a10e0f1febb3486ea70444b97 | |
| parent | Merge remote-tracking branch 'mainrepo/master' into new-clippy (diff) | |
| download | miniserve-e48a12fc22b5a6c8057036b5c8ded59d17683da0.tar.gz miniserve-e48a12fc22b5a6c8057036b5c8ded59d17683da0.zip | |
Set env vars to same type (array)
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fdea92a..e63e51a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ matrix: - rust: beta env: [] - rust: nightly - env: CLIPPY=true + env: + - CLIPPY=true include: - rust: stable env: [] |
