Skip to content

Commit

Permalink
try sudoless testing (docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Nov 30, 2014
1 parent 10e5725 commit f2f16bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ env:
matrix:
- DMD=dmd DC=dmd DMD_VER=2.065.0
- DMD=dmd DC=dmd DMD_VER=2.066.1
- DMD=ldmd2 DC=ldc2 LDC_VER=0.14.0
- DMD=gdmd DC=gdc GDC_VER=4.9.0
#- DMD=ldmd2 DC=ldc2 LDC_VER=0.14.0
#- DMD=gdmd DC=gdc GDC_VER=4.9.0

script:
- dub test --compiler=$DC
Expand All @@ -42,3 +42,5 @@ script:
services:
- mongodb
- redis-server

sudo: false

0 comments on commit f2f16bc

Please sign in to comment.