Skip to content

Commit

Permalink
capture
Browse files Browse the repository at this point in the history
  • Loading branch information
lbayas committed Jun 11, 2013
1 parent 2fc888d commit 11e17db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ notifications:
before_install:
- wget http://www.nuodb.com/latest/releases/nuodb-${NUODB_VERSION}.linux.x64.deb --output-document=/var/tmp/nuodb.deb
- sudo dpkg -i /var/tmp/nuodb.deb
- sleep 2
- sleep 4
- ${NUODB_ROOT}/bin/nuodb --chorus test --password bar --dba-user dba --dba-password goalie --verbose debug --archive /var/tmp/nuodb --initialize --force &
- sleep 2
- sleep 4
- ${NUODB_ROOT}/bin/nuodb --chorus test --password bar --dba-user dba --dba-password goalie &
- sleep 2
- sleep 4

script:
- make all
Expand Down

0 comments on commit 11e17db

Please sign in to comment.