diff --git a/.travis.yml b/.travis.yml index c1f264c..dc16cf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,6 @@ script: - npm run unimplemented - npm run build-min - npm run test-min -after_success: -- git fetch --unshallow -- git add redis-mock-min.map redis-mock-min.js -- git commit -m 'Auto-generated min files' -- git push origin master deploy: provider: npm email: wilke.brian@gmail.com diff --git a/README.md b/README.md index ff1960b..6bfd96e 100644 --- a/README.md +++ b/README.md @@ -227,8 +227,7 @@ NOTE: version 0.0.5 will have full support for implemented and unimplemented. Ve * 0.0.7 - All string commands implemented. - Better unit tests. - - Travis integration to automatically generate, test, and commit a - minified redis-mock. + - Automatically generate and test a minified redis-mock. * 0.0.6 - Implement more commands. - Implement more unit tests.