Skip to content

Commit

Permalink
Travis: use script as only this target's error code matters
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed May 5, 2015
1 parent f42573d commit 013fcb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ otp_release:
- R15B
before_install:
- sudo apt-get install -qq xsltproc
script: "make compile"
after_script: "make xref eunit"
script: "make compile xref eunit"

0 comments on commit 013fcb1

Please sign in to comment.