diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2018-02-10 21:46:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-10 21:46:19 -0500 |
commit | 20b519f0fcfa2a3a3170aaf385c978726877f329 (patch) | |
tree | 6ed37e20febbac1cf4b38d3d569da0ce78e3775c /.travis.yml | |
parent | 3405ea6dd9fde38ba1044933fec2ec7fa909ea8c (diff) | |
parent | 380989def863fb8eafbd7f6b53f8bfbf9f813528 (diff) |
Merge pull request #236 from glitch-soc/plaintext-mutes
Make keyword mutes operate on plain text input
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c9a442aed..505d8683e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ env: - LOCAL_DOMAIN=cb6e6126.ngrok.io - LOCAL_HTTPS=true - RAILS_ENV=test - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true - PARALLEL_TEST_PROCESSORS=2 - "PATH=$HOME:$PATH" |