summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2013-03-04 08:33:54 -0700
committerDave Smith <dizzyd@dizzyd.com>2013-03-04 08:33:54 -0700
commit720d71e47dcc7ffffba032395611228e321e6fb9 (patch)
treebcbe4eeb6c10885e05d1462173210ec0527002d2 /.travis.yml
parenta9cb38e6d13546775b0c726a3d6a16a82ecf807b (diff)
downloadrebar-720d71e47dcc7ffffba032395611228e321e6fb9.tar.gz
Add travis target to make it easier to reproduce failures locally
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 f5e3d99..c01e70c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,4 @@ otp_release:
- R15B
- R14B04
- R14B03
-script: "make debug xref clean all deps test"
+script: "make travis"