Skip to content

Commit

Permalink
Add travis integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Wilke committed Mar 2, 2015
1 parent df04aa6 commit cee3944
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: node_js
node_js:
- '0.12'
- '0.11'
- '0.10'
- iojs
services:
- redis-server
script:
- npm test
- npm run test-phantomjs
- npm run implemented
- npm run unimplemented
- npm run build-min
deploy:
provider: npm
email: [email protected]
api_key:
secure: Cbdq2vyfGZKxbqGst3s9W4IGVjjDu9GfFC0kUx63ddKtj91FUISGdyQYTl4LTcpNANGpcCtg/lBQjTZFwi8a12EEabATLhQTyJpZHGD0T0Gq2p3/UsDV1utIZF+WZHOt6kHUKPm/lccuEm2ThuGSvVwK4gussv8wDp1sN0zI5Ow=
on:
tags: true
repo: wilkenstein/redis-mock-js

0 comments on commit cee3944

Please sign in to comment.