Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Apr 14, 2017
1 parent 2d84a90 commit fad444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -

Expand Down

0 comments on commit fad444e

Please sign in to comment.