Browse Source

Add .travis.yml file for continuous integration with Travis CI.

Franz Liedke 12 years ago
parent
commit
4fd1a4fe39
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .travis.yml

+ 14 - 0
.travis.yml

@@ -0,0 +1,14 @@
+branches:
+  only:
+    - core-tests
+
+language: php
+
+php:
+  - 5.3
+
+script: php artisan test:core
+
+notifications:
+  irc:
+    - "irc.freenode.org#laravel"