diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9c6a1910..9128c24e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - sudo apt-get install -qq libboost1.55 libgmp-dev libmpfr-dev libeditline-dev before_script: - - ./acprep opt make --python + - ./acprep debug make --python script: - ./acprep check --jobs $(nproc) -- --output-on-failure |