From fffb2860607a4971805a26d9e80f003fcc5dc128 Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Thu, 14 Nov 2013 09:47:42 -0500 Subject: [PATCH] stop travis from telling me I'm breaking stuff On a branch that has no stuff. --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..b74b18062b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ + language: node_js + node_js: + - "0.8" + + branch: + only: + - master + - /^release-.*$/ + + before_script: + - export DISPLAY=:99.0 + - sh -e /etc/init.d/xvfb start + - npm install --quiet -g grunt-cli karma + - npm install + + script: grunt test-ci \ No newline at end of file