From 1158310eee05e2771b982d7735b048ab688165dc Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 14 Mar 2018 10:42:13 +0100 Subject: Update travis testing targets It seems zef doesn't install properly with the older Perl 6 releases anymore, making our tests fail. --- .travis.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c9fb60..fa5813f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}" - -- cgit v1.1