Compare commits

..

2 Commits

Author SHA1 Message Date
bb91335318 0.0.7 2016-03-31 01:35:40 +02:00
27438a8ac4 update travis 2016-03-31 01:35:21 +02:00
2 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
language: node_js
node_js:
- '4.2.4'
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update
- sudo apt-get dist-upgrade -y
- 4
- stable
deploy:
provider: npm
email: npm@lossless.digital

View File

@ -1,6 +1,6 @@
{
"name": "smartgit",
"version": "0.0.6",
"version": "0.0.7",
"description": "an easy wrapper for nodegit",
"main": "dist/index.js",
"scripts": {