Skip to content

Commit 2f035bd

Browse files
committed
add travis configuration file
1 parent 6fc1831 commit 2f035bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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 .
11+
- perl6 configure.pl6

0 commit comments

Comments
 (0)