Enable backtraces on CI

This commit is contained in:
Max Brunsfeld 2019-01-11 13:49:49 -08:00
parent e64f7a64a1
commit 45c8cf47ea
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
environment:
RUST_BACKTRACE: full
TREE_SITTER_TEST: true
build: false

View file

@ -5,6 +5,7 @@ rust:
env:
- TREE_SITTER_TEST=1
- RUST_BACKTRACE=full
before_install:
- ./script/fetch-fixtures