diff options
author | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-04-16 03:47:04 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-04-16 03:47:25 +0200 |
commit | d1790e7d91370a4d1a4088f168ecfb11adfb9556 (patch) | |
tree | e58cde1de42db53f7e39d5eca0b5a3850e975ff1 | |
parent | 1f20b8876f5091dbdde725d8d4a97de3a02797b4 (diff) |
test: Add command to travis to check that expectations are correct
This is flacky because the output is system-dependant, but assuming 64
bits should be straight forward.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e4415f9d..2f604cc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,3 +46,5 @@ script: - cargo build - cargo build --verbose - make test + - git add -A + - git diff-index --quiet HEAD |