projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4e8b098
)
add travis configuration
Jesse Luehrs [Sun, 5 May 2013 17:05:48 +0000 (12:05 -0500)]
.gitignore
patch
|
blob
|
blame
|
history
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git
a/.gitignore
b/.gitignore
index
79e3a45
..
f503d20
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-11,6
+11,7
@@
/.build
.*
!.gitignore
+!.travis.yml
Moose-*
*.bs
/xs/*.c
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
01f7401
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,6
@@
+language: perl
+perl:
+ - "5.16"
+ - "5.14"
+ - "5.12"
+ - "5.10"