travis: Add unix NaN-boxing build to Travis builds.

This will help make sure new commits work with OBJ_REPR_D.
urandom
Damien George 2016-01-15 11:13:42 +00:00
parent d8b08cf5fc
commit aeadda4eac
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ script:
- make -C minimal test
- make -C unix deplibs CC=gcc-4.7
- make -C unix CC=gcc-4.7
- make -C unix CC=gcc-4.7 nanbox
- make -C bare-arm
- make -C qemu-arm test
- make -C stmhal