diff --git a/appveyor.yml b/appveyor.yml index abe8c2a..3d79c0c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ os: Visual Studio 2017 # - x64 # - x86 -clone_folder: c:\gopath\src\github.com\robotn\gohook +clone_folder: c:\gopath\src\github.com\cauefcr\ghook # Environment variables environment: @@ -59,7 +59,7 @@ install: build_script: # We need to disable firewall - https://github.com/appveyor/ci/issues/1579#issuecomment-309830648 - ps: Disable-NetFirewallRule -DisplayName 'File and Printer Sharing (SMB-Out)' - - cd c:\gopath\src\github.com\robotn\gohook + - cd c:\gopath\src\github.com\cauefcr\ghook - git branch - go get -t ./... @@ -67,7 +67,7 @@ build_script: test_script: # Unit tests - ps: Add-AppveyorTest "Unit Tests" -Outcome Running - - go test -u github.com/robotn/gohook... + - go test -u github.com/cauefcr/ghook... - ps: Update-AppveyorTest "Unit Tests" -Outcome Passed # notifications: diff --git a/circle.yml b/circle.yml index 7570316..3b6dd7a 100644 --- a/circle.yml +++ b/circle.yml @@ -5,7 +5,7 @@ jobs: docker: # using custom image, see .circleci/images/primary/Dockerfile - image: govgo/robotgoci:1.10.3 - working_directory: /gopath/src/github.com/robotn/gohook + working_directory: /gopath/src/github.com/cauefcr/ghook steps: - checkout # specify any bash command here prefixed with `run: `