aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Spek <Tyil@users.noreply.github.com>2018-03-14 11:20:40 +0100
committerGitHub <noreply@github.com>2018-03-14 11:20:40 +0100
commitb0c043ee6433903a32da78f268ede0a502ac60d8 (patch)
tree69ddfff27974f5d28198323d8ba65cd74191d20d /.travis.yml
parent750b429a3051115aa65a272511dbcf2dc4ba6ddb (diff)
parent1158310eee05e2771b982d7735b048ab688165dc (diff)
Merge pull request #4 from scriptkitties/hotfix/no-precompilation
Add no precompilation pragma
Diffstat (limited to '.travis.yml')
-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}"
-