Skip to content

Commit

Permalink
new build task for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Jan 9, 2016
1 parent 7c66a1c commit 1055645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- composer install

script:
- vendor/bin/phing build
- vendor/bin/phing travis

after_script:
- travis_retry php vendor/bin/coveralls -v
Expand Down
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
</target>

<target name="build" depends="clean, prepare, cpd, cs, md, doc, test"/>
<target name="travis" depends="clean, prepare, cpd, cs, test"/>
<target name="doc" depends="docxml, dochtml, docmd"/>

</project>

0 comments on commit 1055645

Please sign in to comment.