Skip to content

Commit

Permalink
make distcheck in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 26, 2015
1 parent 630c015 commit 3e21afc
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 @@ -6,4 +6,4 @@ before_install:
- sudo apt-get update -qq -y
- sudo apt-get install gfortran liblapack-dev libblas-dev automake autoconf libtool -y
script:
- sh autogen.sh && make && make check
- sh autogen.sh && make && make check && make distcheck

0 comments on commit 3e21afc

Please sign in to comment.