Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #695 from ugexe/patch-1
Add osx to travis test matrix
  • Loading branch information
FROGGS committed Jan 28, 2016
2 parents 86a90be + 4b29d7e commit 7801920
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
@@ -1,9 +1,13 @@
language: "perl"
perl:
- "5.10"

os:
- linux
- osx

sudo: false

fast_finish: true

install: "echo"

script: "perl Configure.pl $RAKUDO_OPTIONS; make test"
Expand All @@ -16,7 +20,7 @@ branches:
notifications:
irc:
channels:
- "irc.freenode.net#perl6"
- "irc.freenode.net#perl6"
on_success: change
on_failure: always
template:
Expand Down

0 comments on commit 7801920

Please sign in to comment.