Skip to content

Commit

Permalink
update travis directives
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Dec 23, 2014
1 parent ce36b0e commit 4e72fd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: c

compiler:
- gcc

before_install:
- sudo apt-get build-dep arpack

install:
script:
- autoreconf
- ./configure --enable-mpi
- make all
Expand Down

0 comments on commit 4e72fd2

Please sign in to comment.