Travis now passes the current year to wpiformat (#438)

See also styleguide#41.
This commit is contained in:
Tyler Veness
2017-05-08 21:56:35 -07:00
committed by Peter Johnson
parent e1fc60b8dd
commit 67d62ba164

View File

@@ -19,6 +19,6 @@ cache:
- $HOME/.gradle/wrapper/
script:
- wpiformat
- wpiformat -y 2017
- git --no-pager diff --exit-code HEAD # Ensure formatter made no changes
- ./gradlew build -PmakeSim