Skip to content

Commit

Permalink
last attempt before go to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Feb 11, 2014
1 parent ac57bb1 commit a52cf50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: c
compiler: clang
install: sudo apt-get install libpng-dev libjpeg-dev libatlas-dev libgsl0-dev libblocksruntime-dev
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpng-dev libjpeg-dev libblas-dev libgsl0-dev libblocksruntime-dev
script: cd lib && ./configure && make && cd ../test && make

0 comments on commit a52cf50

Please sign in to comment.