From 47644753f4459cc8fe9efb0ffec754c66a992f55 Mon Sep 17 00:00:00 2001 From: Trevor Date: Wed, 10 Sep 2014 12:41:57 -0500 Subject: [PATCH] Update .travis.yml Adding additional release branches. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1455dce..e78b96a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ node_js: branches: only: - master -before_install: - - git submodule update --init --recursive + - v1.0.0 + - v2.0.0 + - v3.0.0 script: - "npm run-script cover" - - "npm run-script lint" \ No newline at end of file + - "npm run-script lint"