v86/.travis.yml
Ben 153c50f257 Allow the QEMU test to fail
I haven't seen this one work yet. *shrugs*
2018-01-14 12:06:58 -06:00

20 lines
400 B
YAML

language: node_js
node_js:
- "6.10.2"
dist: trusty
before_install:
- sudo dpkg --add-architecture i386
- sudo apt-get update -qq
install:
- sudo apt-get install -y gcc-multilib nasm gdb
script:
- "./.travis-run-$TEST_SUITE.sh"
env:
- TEST_SUITE=unit
- TEST_SUITE=integration
- TEST_SUITE=unit-qemu
- TEST_SUITE=nasm
matrix:
allow_failures:
- env: TEST_SUITE=unit-qemu