Skip to content

Commit

Permalink
Fix travis file again
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Apr 24, 2017
1 parent dd5089a commit 1a9b45f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a9b45f

Please sign in to comment.