Skip to content

Commit

Permalink
Remove cubrid in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnktims committed Nov 15, 2019
1 parent 6cac1e3 commit 88d23b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,9 @@ before_script:
- chmod +x ~/.local/bin/mvn

- ./travis/docker_bootstrap.sh
script: mvn --batch-mode test --activate-profiles ${PROFILES} --projects ${MODULE} -am jacoco:report
script:
- docker-compose --file travis/docker-compose.yml up -d mysql postgresql firebird mongo
- mvn --batch-mode test --activate-profiles ${PROFILES} --projects ${MODULE} -am jacoco:report
after_success:
- mvn coveralls:report
cache:
Expand Down
7 changes: 0 additions & 7 deletions travis/docker_bootstrap.sh

This file was deleted.

0 comments on commit 88d23b4

Please sign in to comment.