Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfischer13 committed Apr 1, 2018
1 parent 9e46aaf commit 8930c07
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sudo: false

language: perl6

perl6:
- latest
- '2018.01'

os:
- linux
- osx

install:
- rakudobrew build-zef
- zef --debug --depsonly install .

script:
- echo $TRAVIS_PERL6_VERSION
- perl6 -v
- PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/

0 comments on commit 8930c07

Please sign in to comment.