aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/.travis.yml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/gettext-parser/.travis.yml
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/gettext-parser/.travis.yml')
-rw-r--r--node_modules/gettext-parser/.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/node_modules/gettext-parser/.travis.yml b/node_modules/gettext-parser/.travis.yml
new file mode 100644
index 000000000..3232a957e
--- /dev/null
+++ b/node_modules/gettext-parser/.travis.yml
@@ -0,0 +1,20 @@
+language: node_js
+node_js:
+ - "0.10"
+ - "0.11"
+
+before_install:
+ - npm install -g grunt-cli
+
+notifications:
+ email:
+ recipients:
+ - andris@kreata.ee
+ on_success: change
+ on_failure: change
+ webhooks:
+ urls:
+ - https://webhooks.gitter.im/e/0ed18fd9b3e529b3c2cc
+ on_success: change # options: [always|never|change] default: always
+ on_failure: always # options: [always|never|change] default: always
+ on_start: false # default: false \ No newline at end of file