diff --git a/.travis.yml b/.travis.yml index 6311ec7a1..28a23c3a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,9 @@ script: - cd /tmp - export C2GO=$GOPATH/src/github.com/elliotchance/c2go - c2go $C2GO/tests/prime.c > prime.go - - go run prime.go + - echo "47" | go run prime.go + + # Revert the cwd for any cleanup commands. - cd - after_success: