Skip to content

Commit aeadda4

Browse files
committed
travis: Add unix NaN-boxing build to Travis builds.
This will help make sure new commits work with OBJ_REPR_D.
1 parent d8b08cf commit aeadda4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ script:
1717
- make -C minimal test
1818
- make -C unix deplibs CC=gcc-4.7
1919
- make -C unix CC=gcc-4.7
20+
- make -C unix CC=gcc-4.7 nanbox
2021
- make -C bare-arm
2122
- make -C qemu-arm test
2223
- make -C stmhal

0 commit comments

Comments
 (0)