Skip to content

Commit

Permalink
try libatlas on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Feb 11, 2014
1 parent c0818bb commit ac57bb1
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
@@ -1,4 +1,4 @@
language: c
compiler: clang
install: sudo apt-get install libpng-dev libjpeg-dev libblas-dev libgsl0-dev libblocksruntime-dev
install: sudo apt-get install libpng-dev libjpeg-dev libatlas-dev libgsl0-dev libblocksruntime-dev
script: cd lib && ./configure && make && cd ../test && make

0 comments on commit ac57bb1

Please sign in to comment.