Update travis.yml and tests
update travis.yml to not try to build the testsuite on 7.0 and 7.2 which won't work, because the dependencies 'call-stack' depends on base >= 4.5, which is a dependency of hspec-core. Also updates the assembly files, to drop the `\n` test, which might end up as `\12`, as `\12`, `\x0a` and `\n`, testing this properly would require some form of normalization, which we don't have yet.
Showing
- .travis.yml 4 additions, 2 deletions.travis.yml
- Spec.hs 2 additions, 2 deletionsSpec.hs
- test/asm/aarch64-ios.s 1 addition, 1 deletiontest/asm/aarch64-ios.s
- test/asm/aarch64.s 2 additions, 2 deletionstest/asm/aarch64.s
- test/asm/arm-ios.s 1 addition, 1 deletiontest/asm/arm-ios.s
- test/asm/arm.s 2 additions, 2 deletionstest/asm/arm.s
- test/asm/tmp.c 1 addition, 1 deletiontest/asm/tmp.c
- test/asm/x86-linux.s 2 additions, 2 deletionstest/asm/x86-linux.s
- test/asm/x86_64-linux.s 2 additions, 2 deletionstest/asm/x86_64-linux.s
- test/asm/x86_64-mac.s 1 addition, 1 deletiontest/asm/x86_64-mac.s
- test/asm/x86_64-mingw32.s 1 addition, 1 deletiontest/asm/x86_64-mingw32.s
Loading
Please register or sign in to comment