aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJMcNab <[email protected]>2018-12-29 11:37:25 +0000
committerDJMcNab <[email protected]>2018-12-29 11:37:25 +0000
commite7863d979f491839e520c7bd3660669260668b4e (patch)
treec5bab3eec6b0899b17a757df745555bab2c6d66d
parent3fb02c85d1bc75ef1734b38e24126afbfea1e871 (diff)
Use a different format for env vars
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 47f3424df..183409acd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ build: &rust_build
15 - cargo gen-syntax --verify 15 - cargo gen-syntax --verify
16 - cargo test 16 - cargo test
17 env: 17 env:
18 RUSTFLAGS: "-D warnings" 18 - RUSTFLAGS="-D warnings"
19 19
20matrix: 20matrix:
21 include: 21 include: