Skip to content

Commit

Permalink
travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-o committed Apr 12, 2018
1 parent 3690480 commit 3e74d14
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
language: perl
perl:
- '5.20'
env:
- BACKEND=moar
matrix:
fast_finish: true
sudo: false
before_install:
- git clone https://github.com/tony-o/perl6-koos.git bins
- mv bins/brew ~/
language: perl6
perl6:
- latest
install:
- eval "$($HOME/brew/bin/rakudobrew init -)"
- perl6 -v
- rakudobrew build zef
- zef install --depsonly .
script:
- prove -e 'perl6 -Ilib' t/
- zef test .
sudo: false

0 comments on commit 3e74d14

Please sign in to comment.