diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2016-03-21 23:42:42 +0200 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2016-03-21 23:42:42 +0200 |
commit | ebd1f509b6a7bf6a07d2175754da026b58df22e9 (patch) | |
tree | b5b90556655d24f508da6e34f3dc9e5e6dca7789 | |
parent | 7bf99910ea0f722a6a60f30e07734f66c8064ae6 (diff) | |
download | git-hours-ebd1f509b6a7bf6a07d2175754da026b58df22e9.zip git-hours-ebd1f509b6a7bf6a07d2175754da026b58df22e9.tar.gz git-hours-ebd1f509b6a7bf6a07d2175754da026b58df22e9.tar.bz2 |
Try to remove global nodegit installation
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index dc4ac5e..454e8b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,6 @@ sudo: false git: depth: 1000000 -before_script: - - npm install -g nodegit - script: - npm run ci |