aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-09-05 14:21:38 +0200
committerLoïc Hoguin <[email protected]>2011-09-05 14:22:36 +0200
commita1d6c2e66f3b1454853a555d30df84d5c9e2051f (patch)
tree25061044ec0afb09fbba1ba782e7903fbf48e21e /.travis.yml
parent24f3981377811bd1dcc5f0fe1b3042162e922344 (diff)
downloadcowboy-a1d6c2e66f3b1454853a555d30df84d5c9e2051f.tar.gz
cowboy-a1d6c2e66f3b1454853a555d30df84d5c9e2051f.tar.bz2
cowboy-a1d6c2e66f3b1454853a555d30df84d5c9e2051f.zip
Tweak the .travis.yml file
We want to run 'make tests' and not that rebar command. Also remove R14B as quoted doesn't work with it.
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 bd28664..f139be7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,4 @@ otp_release:
- R14B03
- R14B02
- R14B01
- - R14B
+script: "make tests"