Skip to content

Commit

Permalink
Add missing travis CI and make examples executables
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Apr 15, 2016
1 parent 10f11f2 commit a6cd8ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
sudo: required

language: perl6

os:
- linux
- osx

perl6:
- 2016.03
- latest

install:
- echo $TRAVIS_OS_NAME
- rakudobrew build panda
- panda installdeps .

script: prove -v -e "perl6 -Ilib" t/
Empty file modified examples/01-basic.pl6 100644 → 100755
Empty file.

0 comments on commit a6cd8ba

Please sign in to comment.