diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2015-07-24 12:38:50 +0300 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2015-07-24 12:38:50 +0300 |
commit | e4ae3a8f1fe43990a494cd2675161bad2db5bd49 (patch) | |
tree | 62a15b064aff3da5f026b333c128988fb41e7aac | |
parent | 8aaeee237cb9d9028e7a2592a25ad8468b1f45e4 (diff) | |
download | git-hours-e4ae3a8f1fe43990a494cd2675161bad2db5bd49.zip git-hours-e4ae3a8f1fe43990a494cd2675161bad2db5bd49.tar.gz git-hours-e4ae3a8f1fe43990a494cd2675161bad2db5bd49.tar.bz2 |
Add node 0.12 to test suite
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7ea72ce..1af9708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: +- '0.12' - '0.11' - '0.10' before_script: |