diff options
author | Loïc Hoguin <[email protected]> | 2011-09-05 14:21:38 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-09-05 14:22:36 +0200 |
commit | a1d6c2e66f3b1454853a555d30df84d5c9e2051f (patch) | |
tree | 25061044ec0afb09fbba1ba782e7903fbf48e21e | |
parent | 24f3981377811bd1dcc5f0fe1b3042162e922344 (diff) | |
download | cowboy-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.
-rw-r--r-- | .travis.yml | 2 |
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" |