diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d38cd4b5..8ef5627a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ script: # - CC=gcc-6 make output/rustc TAIL_COUNT=15 # Tests - CC=gcc-6 make local_tests -k - - CC=gcc-6 make rust_tests -k +# - CC=gcc-6 make rust_tests -k |