From 9532d1ff39f777b6d512a7c3d3ce15500531d631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 19 Oct 2015 03:42:47 +0000 Subject: [PATCH 1/2] Add Node.js 4.2 to the list of versions tested by Travis CI --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b74edf3..e49ab69e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - - "0.10" - - "0.12" - - "4.0" - - "4.1" +- '0.10' +- '0.12' +- '4.0' +- '4.1' +- '4.2' sudo: false From a3680ce9ef1cbf0ca50a93bce100d1ff133f4553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 19 Oct 2015 03:51:38 +0000 Subject: [PATCH 2/2] Set up automatic deployments on npm Travis CI will deploy on npm after a build is successful --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index e49ab69e..fe28b62e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,12 @@ node_js: - '4.1' - '4.2' sudo: false +deploy: + provider: npm + email: jeremie@astori.fr + api_key: + secure: brBqbjzM+sV2GF7Mdnixf7yT8ZXyG0cGwo+tLrZkec/uE4QnDm4hMFjLny9CxCDt+CiRkpsWhG9Prqu2eFnbSkVpjBzAQx8IYCqMj8RvaQn0PXkft8vWPWdDTZzgDfO4EQpuzB9EDy30JnHa/epbXdLr7KuJS9U5mhLpY9JULcw= + on: + node: '0.10' + tags: true + repo: erming/shout