Skip to content

Commit a8dcd11

Browse files
committed
merging changes before push
2 parents da16879 + 355783e commit a8dcd11

File tree

265 files changed

+290
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+290
-86
lines changed

β€Ž.travis.ymlβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
branches:
2+
except:
3+
- gh-pages
4+
language: perl6
5+
sudo: false
6+
perl6:
7+
- latest
8+
install:
9+
- rakudobrew build-panda
10+
- panda installdeps .

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 3 additions & 3 deletions

β€ŽMakefileβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ help:
1919
@echo " html: generate the HTML documentation"
2020
@echo " html-nohighlight: generate HTML documentation without syntax highlighting"
2121
@echo " test: run the test suite"
22+
23+
run:
24+
@echo "Starting local server…"
25+
perl app.pl daemon
File renamed without changes.

0 commit comments

Comments
Β (0)