diff --git a/.travis.yml b/.travis.yml index d3a2574..a469c0b 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