[Pkg-javascript-commits] [node-mocks-http] 86/296: added travis configuration file
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-mocks-http.
commit 5681ffad9a363cfe7e280dcbf0f07bccc575750f
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date: Sat Mar 7 15:22:15 2015 +0800
added travis configuration file
---
.travis.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..24d1c22
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: node_js
+node_js:
+ - "0.12"
+ - "0.10"
+
+after_script:
+ - npm install -g jshint
+ - npm install -g nodeunit
+ - ./run-tests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git
More information about the Pkg-javascript-commits
mailing list