Skip to content

Commit

Permalink
Use STDIN for STDOUT for PANIC_ACTION in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 5, 2014
1 parent 732dbc1 commit 0e98230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,7 +4,7 @@ compiler:
- gcc
env:
global:
- PANIC_ACTION="gdb -batch -x raddb/panic.gdb %e %p 1>&2"
- PANIC_ACTION="gdb -batch -x raddb/panic.gdb %e %p 1>&0 2>&0"
- secure: "jiTi/FJ6jUToW5WswK1W5Xdb6kqZnduUlyeW24kfVsWpKqBakBX2bxG1Ko8XGLACaO+s7NjyrLypeoW0kuh9KBL/rvFMcU5gD1lzC+h0POwTHckaZZYkc0OmY0KIG4utPHXFJjwB9ga8wPJc5c+uBn/gREtlpjg9J1V87Rm39gM="
matrix:
- LIBS_OPTIONAL=no LIBS_SHARED=yes
Expand All @@ -14,7 +14,7 @@ addons:
project:
name: FreeRADIUS/freeradius-server
version: v3.0.x
description: The FreeRADIUS server project
description: The FreeRADIUS server project
notification_email: freeradius-devel@lists.freeradius.org
build_command_prepend: ./configure
build_command: make
Expand Down

0 comments on commit 0e98230

Please sign in to comment.