summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-02 13:39:37 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-02 13:39:37 +0200
commit691a59669bd7267b6ad55630fffe6968bb62235a (patch)
tree23d8618355c7582e2a495c98ec52277840e9364c /.travis.yml
parent23f1f8147f46679ff75b39ed6be5db4cd8e71def (diff)
downloadrebar-691a59669bd7267b6ad55630fffe6968bb62235a.tar.gz
Add xref to travis run and clean up Makefile
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 26eafdd..09ca611 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,4 +6,4 @@ otp_release:
- R15B
- R14B04
- R14B03
-script: "make all deps test"
+script: "make debug xref clean all deps test"