Skip to content

Commit

Permalink
Fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Apr 24, 2017
1 parent 020584c commit a5e8a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ script:
# documented.
- cd /tmp
- export C2GO=$GOPATH/src/github.com/elliotchance/c2go
- c2go $C2GO/tests/misc/hello-world.c > hello-world.go
- go run hello-world.go
- c2go $C2GO/tests/misc/prime.c > prime.go
- go run prime.go
- cd -

after_success:
Expand Down

0 comments on commit a5e8a46

Please sign in to comment.