Skip to content

Commit

Permalink
Trigger a build
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Mar 7, 2019
1 parent e78ee6e commit 42fd305
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ services:
env:
global:
- mssql_jdbc_logging='true'
# Enabling logging with console / file handler for JUnit Test Framework.
#- mssql_jdbc_logging_handler='console'|'file'

# Enabling logging with console / file handler for JUnit Test Framework.
# - mssql_jdbc_logging_handler='console'|'file'

#Cache the .m2 folder
cache:
Expand All @@ -33,7 +34,7 @@ install:

before_script:
- docker pull mcr.microsoft.com/mssql/server:latest
- export SQLPWD=$(</dev/urandom tr -dc 'A-Za-z0-9' | head -c 15;)
- export SQLPWD=$(</dev/urandom tr -dc 'A-Za-z0-9!' | head -c 15;)
- export mssql_jdbc_test_connection_properties="jdbc:sqlserver://localhost:1433;databaseName=master;username=sa;password=$SQLPWD"
- docker run -e 'ACCEPT_EULA=Y' -e "SA_PASSWORD=$SQLPWD" -p 1433:1433 -d mcr.microsoft.com/mssql/server:latest

Expand Down

0 comments on commit 42fd305

Please sign in to comment.