summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2015-08-10 18:12:19 +0200
committerJosé Valim <jose.valim@plataformatec.com.br>2015-08-10 18:15:14 +0200
commit6988400361feff384df9690fb41a13a1f55d8d26 (patch)
tree39463ad1ab816342b41c42c925fd80f791165a1b /.travis.yml
parent80e51e0e6067cce396a5116366e8cd31f75f8e15 (diff)
downloadelixir-6988400361feff384df9690fb41a13a1f55d8d26.tar.gz
Remove +T 9 flag
Mix tests are very time sensitive because they rely on the operating system mtime, leading to a lot of false negatives in the test suite.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ba5e0dd6..d7342dbf4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,6 @@ otp_release:
sudo: false
-env:
- - ELIXIR_ERL_OPTIONS=""
- - ELIXIR_ERL_OPTIONS="+T 9"
-
script: "make compile && rm -rf .git && make test"
notifications: