Skip to content

Commit

Permalink
ok perhaps THIS will make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupowerdns committed Dec 25, 2014
1 parent a396f76 commit e5642e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_script:
- wget http://bitbucket.org/eigen/eigen/get/3.2.1.tar.bz2
- tar xf 3.2.1.tar.bz2
- ln -s eigen-eigen-*/Eigen .
- cd yahttp ; ./configure ; cd ..
- cd yahttp ; ./autogen.sh; ./configure ; cd ..
script:
- make -j 4
- make -j 4 check
Expand Down

0 comments on commit e5642e6

Please sign in to comment.