diff options
author | svenk177 <50141814+svenk177@users.noreply.github.com> | 2019-06-18 00:15:13 +0200 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2019-06-18 00:15:13 +0200 |
commit | e635141d5bc66f056c90bcc9da5fdd766610492f (patch) | |
tree | b69da4d3b4d2e6e592083a2c31c6d7f809666575 /.travis | |
parent | 0d2cebccfeffae9df998f3ac819bf17b7ec7a6d0 (diff) | |
download | flatbuffers-e635141d5bc66f056c90bcc9da5fdd766610492f.tar.gz flatbuffers-e635141d5bc66f056c90bcc9da5fdd766610492f.tar.bz2 flatbuffers-e635141d5bc66f056c90bcc9da5fdd766610492f.zip |
Add support for fixed-size arrays (#5313)
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/check-generate-code.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/check-generate-code.sh b/.travis/check-generate-code.sh index 88024914..37d81bb7 100755 --- a/.travis/check-generate-code.sh +++ b/.travis/check-generate-code.sh @@ -21,6 +21,7 @@ cd .. # TODO: Linux and macos builds produce differences here for some reason. git checkout HEAD -- tests/monster_test.bfbs +git checkout HEAD -- tests/arrays_test.bfbs if ! git diff --quiet; then echo >&2 |