Skip to content

Commit

Permalink
More travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi committed Jun 11, 2013
1 parent d144354 commit 4e887c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
- "0.4"

before_script:
- "npm install --dev"

install:
- pip install PyOpenSSL --use-mirrors
- pip install pyftpdlib --use-mirrors
- sudo pip install pyftpdlib --use-mirrors
- sudo pip install PyOpenSSL --use-mirrors

0 comments on commit 4e887c7

Please sign in to comment.