Skip to content

Commit

Permalink
Use make_dev script for travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Apr 19, 2012
1 parent 8bc9d21 commit de91d7b
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 @@ -12,7 +12,7 @@ before_install:
before_script:
- cd src && ./autogen.sh
- mkdir build && cd build && ../configure --with-zeromq
script: make
script: ../make_dev
after_script:
- sudo make install
branches:
Expand Down

0 comments on commit de91d7b

Please sign in to comment.