Reformat .travis.yml (using the vscode prettier extension)

TODO: Check this on CI. Maybe we should change the prettier script
in `editors/code`, or move it to somewhere else
(`tests/format` maybe)
Editing the script in editors/code would be easiest as
that means we don't have to double install some shared `node_modules`
This commit is contained in:
DJMcNab 2018-12-29 10:31:20 +00:00
parent f4364993f9
commit 5dbab81481

View file

@ -15,7 +15,7 @@ build: &rust_build
- cargo gen-syntax --verify - cargo gen-syntax --verify
- RUSTFLAGS='-D warnings' cargo test - RUSTFLAGS='-D warnings' cargo test
env: env:
RUSTFLAGS: '-D warnings' RUSTFLAGS: -D warnings
matrix: matrix:
include: include: