Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dirty fix build fail, put Period.pod6 and Telemetry.pod6 to PR and me…
…rge them if build OK
  • Loading branch information
tisonkun committed Nov 5, 2017
1 parent 31ccff2 commit a0ae19f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 353 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added doc/.DS_Store
Binary file not shown.
Binary file added doc/Type/.DS_Store
Binary file not shown.
235 changes: 0 additions & 235 deletions doc/Type/Telemetry.pod6

This file was deleted.

Binary file added doc/Type/Telemetry/.DS_Store
Binary file not shown.
118 changes: 0 additions & 118 deletions doc/Type/Telemetry/Period.pod6

This file was deleted.

2 comments on commit a0ae19f

@tisonkun
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make test is OK on local. I don't know why it cannot pass by travis-ci

if [ "" != "" ]; then prove -j  -e perl6 t; else prove -e perl6 t; fi
t/00-load.t .......... ok   
t/meta.t ............. ok   
t/pod-convenience.t .. ok     
t/pod-htmlify.t ...... ok   
t/pod-valid.t ........ ok       
t/pod6.t ............. ok       
t/tabs.t ............. ok       
t/typegraph.t ........ ok   
All tests successful.
Files=8, Tests=1154, 116 wallclock secs ( 0.25 usr  0.04 sys + 280.81 cusr 28.89 csys = 309.99 CPU)
Result: PASS

@tisonkun
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyway, the latest commit pass it.

Please sign in to comment.