Skip to content

Commit

Permalink
Remove comments altogether.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Aug 23, 2013
1 parent b0ca8f3 commit 14b2e25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@ before_script:
- export DISPLAY=:99.0
bundler_args: --without development production --quiet
env:
# - GEM=api DB=sqlite
- GEM=api DB=mysql
- GEM=api DB=postgres
# - GEM=backend DB=sqlite
- GEM=backend DB=mysql
- GEM=backend DB=postgres
# - GEM=core DB=sqlite
- GEM=core DB=mysql
- GEM=core DB=postgres
# - GEM=frontend DB=sqlite
- GEM=frontend DB=mysql
- GEM=frontend DB=postgres
# - GEM=sample DB=sqlite
- GEM=sample DB=mysql
- GEM=sample DB=postgres
before_install:
Expand Down

0 comments on commit 14b2e25

Please sign in to comment.