summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2014-01-11 10:28:12 +0100
committerJosé Valim <jose.valim@plataformatec.com.br>2014-01-11 10:28:44 +0100
commit2b2d9dc2de0dad3c19812fb762b692be1fe8eb9e (patch)
treefcef176e9c15c276793f55bcef73314edfc79c19 /.travis.yml
parentb4ad1ff5bc03ddc88ce49d1265bf0baf91f46e11 (diff)
downloadelixir-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.yml2
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: