aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-26 22:52:10 +0200
committerLoïc Hoguin <[email protected]>2015-07-26 22:54:01 +0200
commitcafd77e72ad186319a02fb319362acccd336f667 (patch)
tree877bd75335b27f6149a6bd061a4a17ee8e16d035 /Makefile
parent427230d6f94f5b8a396fd504a73d73d1d65ab0a7 (diff)
downloadgun-cafd77e72ad186319a02fb319362acccd336f667.tar.gz
gun-cafd77e72ad186319a02fb319362acccd336f667.tar.bz2
gun-cafd77e72ad186319a02fb319362acccd336f667.zip
Add CircleCI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 4ee915a..280a8b0 100644
--- a/Makefile
+++ b/Makefile
@@ -6,14 +6,13 @@ PROJECT = gun
CT_OPTS += -pa test -ct_hooks gun_ct_hook [] -boot start_sasl
PLT_APPS = ssl
-CI_OTP = OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.3
-
-CT_SUITES = twitter
+CI_OTP = OTP-18.0.2
# Dependencies.
DEPS = cowlib ranch
dep_cowlib = git https://github.com/ninenines/cowlib 1.3.0
+dep_ranch = git https://github.com/ninenines/ranch 1.1.0
TEST_DEPS = ct_helper
dep_ct_helper = git https://github.com/extend/ct_helper.git master
@@ -21,8 +20,3 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master
# Standard targets.
include erlang.mk
-
-# Open logs after CI ends.
-
-ci::
- xdg-open logs/all_runs.html