Skip to content

Commit 2b2d9dc

Browse files
author
José Valim
committed
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.
1 parent b4ad1ff commit 2b2d9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: erlang
2-
script: "make compile && make test"
2+
script: "make compile && rm -rf .git && make test"
33
notifications:
44
irc: "irc.freenode.org#elixir-lang"
55
recipients:

0 commit comments

Comments
 (0)