diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-23 18:02:32 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-23 18:02:32 -0600 |
commit | 072cd4470c1b2c7dd17485e3fde37cdd80c2a7e3 (patch) | |
tree | ee9d613f48ec9142682155054958dce7f24308b0 | |
parent | 329d9aa856caf39147da1999729ff21b3f51ebef (diff) |
fix travis script for debug rom
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 27e572c75..6e88230ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,6 @@ matrix: - make -j2 sapphire - make -j2 sapphire_rev1 - make -j2 sapphire_rev2 - - make -j2 ruby_debug_de COMPARE=0 - os: linux env: _="Formatting" addons: @@ -56,5 +55,6 @@ matrix: - ./build_tools.sh - make -j2 ruby_de - make -j2 sapphire_de + - make -j2 ruby_de_debug allow_failures: - env: _="Formatting" |