summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-29 17:29:03 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-01 22:31:50 +0200
commit35ef3631b4aa1850a10993c683b9f6253e089c3d (patch)
tree4d4694ac06ce3d1246618f9c46107c8d0fd4bef7 /.travis.yml
parentc64c809faf24254269c51ba30caae566704d1fda (diff)
downloadrebar-35ef3631b4aa1850a10993c683b9f6253e089c3d.tar.gz
Refactor ci support
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 ce9f98b..26eafdd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,4 +6,4 @@ otp_release:
- R15B
- R14B04
- R14B03
-before_script: "./bootstrap"
+script: "make all deps test"