From 4fd1a4fe394021b8f1d5d94aa66d238382658f63 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 13 Jul 2012 23:33:12 +0200 Subject: [PATCH] Add .travis.yml file for continuous integration with Travis CI. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..c7e2b983 --- /dev/null +++ b/.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" \ No newline at end of file