From 644a21126d1c695ea10257e49111f149384072f6 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Jul 2018 14:03:41 +0700 Subject: [PATCH] Modify path on .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3cb7b4..d3a2574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ go: script: - go test ./... - - go build -i .\example\simplepay\main.go .\example\simplepay\template_handler.go \ No newline at end of file + - go build -i example\simplepay\main.go example\simplepay\template_handler.go \ No newline at end of file