diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2014-01-11 10:28:12 +0100 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2014-01-11 10:28:44 +0100 |
commit | 2b2d9dc2de0dad3c19812fb762b692be1fe8eb9e (patch) | |
tree | fcef176e9c15c276793f55bcef73314edfc79c19 /.travis.yml | |
parent | b4ad1ff5bc03ddc88ce49d1265bf0baf91f46e11 (diff) | |
download | elixir-2b2d9dc2de0dad3c19812fb762b692be1fe8eb9e.tar.gz |
Delete .git source when running the build
This will help us catch bugs that only show up when
we run tests outside of a git checkout.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 06dbd797e..7f930b283 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: erlang -script: "make compile && make test" +script: "make compile && rm -rf .git && make test" notifications: irc: "irc.freenode.org#elixir-lang" recipients: |