Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Update travis config for previous commit;r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Feb 25, 2014
1 parent 13f454e commit 7ae9996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: python language: python
python: python:
- "2.7" - "2.7"
install: sudo apt-get update && sudo apt-get install -y python-virtualenv g++ ffmpeg libblas-dev && ./bootstrap.sh install: sudo apt-get update && sudo apt-get install -y python-virtualenv g++ ffmpeg libblas-dev liblapack-dev && ./bootstrap.sh
script: ./bin/python bin/list-tests.py script: ./bin/python bin/list-tests.py
notifications: notifications:
email: email:
Expand Down

0 comments on commit 7ae9996

Please sign in to comment.