Skip to content

Commit

Permalink
Remove travis integration for minified files and update the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Wilke committed Mar 8, 2015
1 parent 89ea025 commit 789e8c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 789e8c9

Please sign in to comment.