diff --git a/.travis.yml b/.travis.yml index b93dc168..623c6625 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ go: script: - make - make test +- make smoke diff --git a/Makefile b/Makefile index 6888b05c..a1694cbc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all install build release capdefs test +.PHONY: all install build release capdefs test smoke capdef_file = ./irc/caps/defs.go @@ -29,3 +29,6 @@ test: cd irc/passwd && go test . && go vet . cd irc/utils && go test . && go vet . ./.check-gofmt.sh + +smoke: + oragono run --conf ./oragono.yaml --smoke