Skip to content

Commit

Permalink
Merge branch 'core/mex-iter'
Browse files Browse the repository at this point in the history
* core/mex-iter:
  chore, PEBKAC, kick octave from travis build
  • Loading branch information
hroptatyr committed May 13, 2015
2 parents c829485 + 8eaed8b commit 64bc89c
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 @@ -16,7 +16,7 @@ before_script:
- autoreconf -vfi

script:
- ./configure CPPFLAGS="-DDEBUG_FLAG" --with-octave || { cat config.log; false; }
- ./configure CPPFLAGS="-DDEBUG_FLAG" --with-matlab || { cat config.log; false; }
- make clean all check || { cat test/test-suite.log; false; }
- make distcheck

Expand Down

0 comments on commit 64bc89c

Please sign in to comment.