diff options
author | Andrew Waterman <andrew@sifive.com> | 2017-03-23 18:00:18 -0700 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2017-03-23 18:00:18 -0700 |
commit | e15160d13aca4c007bcab70375eb438d7a204562 (patch) | |
tree | a44f62fe6c74be6e5cf50921b8eb63fdf5e0e581 /.travis.yml | |
parent | 3aeba95847a80f92bed639d0b76f4dfbd13a6ee0 (diff) | |
download | riscv-tools-e15160d13aca4c007bcab70375eb438d7a204562.zip riscv-tools-e15160d13aca4c007bcab70375eb438d7a204562.tar.gz riscv-tools-e15160d13aca4c007bcab70375eb438d7a204562.tar.bz2 |
Disable debug tests for now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dd5c935..9ade992 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,5 +45,5 @@ install: travis_wait script: - ./build.sh - - cd riscv-tests/build - - make debug-check + #- cd riscv-tests/build + #- make debug-check |