~tyil/raku-hash-merge

1158310eee05e2771b982d7735b048ab688165dc — Patrick Spek 6 years ago 541499b
Update travis testing targets

It seems zef doesn't install properly with the older Perl 6 releases
anymore, making our tests fail.
1 files changed, 2 insertions(+), 13 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +2 -13
@@ 2,9 2,8 @@ language: perl6

perl6:
  - latest
  - nom
  - "2017.03"
  - "2017.04"
  - "2018.02"
  - "2018.01"

os:
  - linux


@@ 14,13 13,3 @@ install:
  - zef install --depsonly .

script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/

notifications:
  irc:
    channels:
      - "irc.darenet.org#scriptkitties"
    on_success: change
    on_failure: always
    template:
      - "Hash::Merge build %{result}. %{author} '%{commit_message}' → %{build_url}"