Skip to content

Commit

Permalink
Fixing .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbs committed May 25, 2017
1 parent 348a832 commit b888df8
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 @@ -56,7 +56,7 @@ script:
- echo "47" | go run prime.go
- if [ $(c2go -v | wc -l) -ne 1 ]; then exit 1; fi
- if [ $(cat prime.go | wc -l) -eq 0 ]; then exit 1; fi
- if [ $(c2go ast tests/prime.c | wc -l) -eq 0 ]; then exit 1; fi
- if [ $(c2go ast $C2GO/tests/prime.c | wc -l) -eq 0 ]; then exit 1; fi

# Revert the cwd for any cleanup commands.
- cd -
Expand Down

0 comments on commit b888df8

Please sign in to comment.