Skip to content

Commit

Permalink
clean up travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Jan 7, 2020
1 parent 0c66ac0 commit 8f37f87
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addons:
apt:
packages:
- libevent-dev
- libssl-dev
- unixodbc
dist: trusty
d:
- dmd
Expand All @@ -16,14 +16,6 @@ matrix:
- d: dmd-beta
- d: ldc
- d: gdc
services:
- mysql
- postgresql
before_script:
- psql -c 'create database postgrestest;' -U postgres
- mysql -e 'CREATE DATABASE mysqltest;'
env:
- MYHOST=127.0.0.1
script:
- dub test -b unittest-cov --combined
- dub fetch doveralls
Expand Down

0 comments on commit 8f37f87

Please sign in to comment.