aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2017-10-11 20:58:45 -0300
committerMatias Linares <matiaslina@openmailbox.org>2017-10-11 20:58:45 -0300
commitb983b842450388ea8c673ff568088621fb52e4e7 (patch)
treee5d344aa84b1eb51214037f3c05d8f79632a394d
parent9f654701dbc0c6c2ba78a691474dab2780b186a3 (diff)
downloadperl6-matrix-client-b983b842450388ea8c673ff568088621fb52e4e7.tar.gz
Fix typo
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e368309..22775c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,5 +5,5 @@ install:
- rakudobrew build zef
- zef --debug --depsonly install .
script:
- - probe -v -e 'perl6 -Ilib' t/
+ - prove -v -e 'perl6 -Ilib' t/
sudo: false