Skip to content

Commit

Permalink
update travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Feb 29, 2012
1 parent bcb1f3e commit 3accbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python:
- 2.6
- 2.7
install: pip install .
script: python -c 'import lz4, sys; sys.exit("test" != lz4.loads(lz4.dumps("test")) and 1 or 0)'
script: python tests/test.py

0 comments on commit 3accbe4

Please sign in to comment.