Update .travis.yml

This commit is contained in:
Maijin 2015-04-01 13:49:16 +02:00
parent e7b310a786
commit 6eedf43dbe

View File

@ -17,17 +17,16 @@ env:
# TODO: run t.archos, once we have Linux tests in there.
#- Analysis
- TESTS=anal.arm
- TESTS=anal.java
- TESTS=anal.mips
#- TESTS=anal.arm
#- TESTS=anal.java
#- TESTS=anal.mips
- TESTS=anal.others
- TESTS=anal.x86
- TESTS=anal.x86
- TESTS=esil
#- Formats
- TESTS=format.pe
- TESTS=format.pdb
#- TESTS=format.pe
#- TESTS=format.pdb
- TESTS=format.mangling
- TESTS=format.msil
- TESTS=format.elf
@ -40,7 +39,7 @@ env:
#- (dis)assemblers
- TESTS=asm.8051
- TESTS=asm.arc
- TESTS=asm.arm
#- TESTS=asm.arm
- TESTS=asm.avr
- TESTS=asm.cr16
- TESTS=asm.dalvik
@ -48,13 +47,13 @@ env:
- TESTS=asm.gb
- TESTS=asm.h8300
- TESTS=asm.java
- TESTS=asm.mips
#- TESTS=asm.mips
- TESTS=asm.tms320
- TESTS=asm.z80
- TESTS=asm.x86
#- TESTS=asm.z80
#- TESTS=asm.x86
- TESTS=commands # r2 commands related
- TESTS=tools # tools related
#- TESTS=commands # r2 commands related
#- TESTS=tools # tools related
# Additional depencies like capstone are downloaded by the r2 makefiles.