Do not fallback to true if test fails

master
Elis Hirwing 8 years ago
parent 7c3bc88a98
commit b6f8005f66
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 4
      .travis.yml

@ -32,5 +32,5 @@ install:
script:
# Run tests
- test -n "$EVM_EMACS" && make test || true
- test -n "$INTEGRATION" && make integration || true
- if test -n "$EVM_EMACS"; then make test; fi
- if test -n "$INTEGRATION"; then make integration; fi

Loading…
Cancel
Save