Skip to content

Commit

Permalink
added ".travis.yml"
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 15, 2012
1 parent 7cf20b3 commit d625a9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
*~
!.gitignore
!.perltidyrc
!.travis.yml
blib
pm_to_blib
Makefile*
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"
2 changes: 2 additions & 0 deletions Changes
@@ -1,7 +1,9 @@

3.68 2012-12-16
- Added monkey_patch function to Mojo::Util.
- Updated ".travis.yml".
- Updated jQuery to version 1.8.3.
- Updated ".gitignore".
- Improved documentation.
- Improved tests.
- Fixed small export bug in Mojolicious::Lite. (jberger)
Expand Down

0 comments on commit d625a9a

Please sign in to comment.