Skip to content

Commit

Permalink
Use -I. instead of -Ilib for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Aug 22, 2017
1 parent 757654f commit 12c7332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -16,6 +16,6 @@ install:
build: off

test_script:
- prove -v -e "perl6 -Ilib" t/ xt/
- prove -v -e "perl6 -I." t/ xt/

shallow_clone: true
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,4 +22,4 @@ install:
# need at least 1 statement in 'install'
- perl6 -v
script:
- prove -v -e "perl6 -Ilib" t/ xt/
- prove -v -e "perl6 -I." t/ xt/

0 comments on commit 12c7332

Please sign in to comment.