Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Travis: run tests against RUNLEVEL 0 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Mar 22, 2016
1 parent 0fa3030 commit aa515f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ services:
- postgresql

env:
- DB=mysql RUNLEVEL=5
- DB=mysql RUNLEVEL=0
- DB=mysql RUNLEVEL=10
- DB=pgsql RUNLEVEL=5
- DB=pgsql RUNLEVEL=0
- DB=pgsql RUNLEVEL=10

before_script:
Expand Down

0 comments on commit aa515f0

Please sign in to comment.