Update .travis.yml

This commit is contained in:
Maijin 2015-04-01 12:55:08 +02:00
parent c5bdc01a8a
commit 6154fe67e1

View File

@ -36,11 +36,25 @@ env:
- TESTS=format.mach0
- TESTS=format.xbe
- TESTS=format.firmware
#- (dis)assemblers
- TESTS=asm.8051
- TESTS=asm.arc
- TESTS=asm.arm
- TESTS=asm.avr
- TESTS=asm.cr16
- TESTS=asm.dalvik
- TESTS=asm.ebc
- TESTS=asm.gb
- TESTS=asm.h8300
- TESTS=asm.java
- TESTS=asm.mips
- TESTS=asm.tms320
- TESTS=asm.z80
- TESTS=asm.x86
- TESTS=commands # r2 commands related
- TESTS=asm # (dis)assemblers
- TESTS=tools # tools related
- TESTS=formats # file formats
# Additional depencies like capstone are downloaded by the r2 makefiles.