diff --git a/.travis.yml b/.travis.yml index 7fc0e443a..631f19b07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ script: # documented. - cd /tmp - export C2GO=$GOPATH/src/github.com/elliotchance/c2go - - c2go $C2GO/tests/hello-world.c > hello-world.go + - c2go $C2GO/tests/misc/hello-world.c > hello-world.go - go run hello-world.go - cd -