aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-14 10:42:13 +0100
committerPatrick Spek <p.spek@tyil.nl>2018-03-14 10:42:21 +0100
commit1158310eee05e2771b982d7735b048ab688165dc (patch)
tree69ddfff27974f5d28198323d8ba65cd74191d20d
parent541499b6c9d4c08f5e723263e7750a74bca603e9 (diff)
Update travis testing targets
It seems zef doesn't install properly with the older Perl 6 releases anymore, making our tests fail.
-rw-r--r--.travis.yml15
1 files 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}"
-