Skip to content

Commit

Permalink
#9 add commonmark dependency, #131 add pgsql 9.4, add select @@sql_mo…
Browse files Browse the repository at this point in the history
…de in travis conf
  • Loading branch information
syjer committed Jun 27, 2016
1 parent b8fcfc8 commit 39b080c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ before_script:
- psql -c 'create database alfio;' -U postgres
- mysql -u root -e 'CREATE DATABASE alfio CHARACTER SET utf8 COLLATE utf8_bin;'
- mysql -u root -e 'select VERSION()'
- mysql -u root -e 'select @@sql_mode'
sudo: false
install:
- TERM=dumb ./gradlew -q assemble
Expand All @@ -11,7 +12,11 @@ matrix:
- jdk: oraclejdk8
env: PROFILE="-Ddbenv=HSQLDB"
- jdk: oraclejdk8
env: PROFILE="-Ddbenv=PGSQL-TRAVIS"
env: PROFILE="-Ddbenv=PGSQL-TRAVIS -Dpgsql9.1"
- jdk: oraclejdk8
env: PROFILE="-Ddbenv=PGSQL-TRAVIS -Dpgsql9.4"
addons:
postgresql: "9.4"
- jdk: oraclejdk8
env: PROFILE="-Ddbenv=MYSQL"
- jdk: oraclejdk8
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ dependencies {
compile "com.opencsv:opencsv:3.4"
compile 'commons-codec:commons-codec:1.10'
compile 'net.sf.biweekly:biweekly:0.4.5'
compile 'com.atlassian.commonmark:commonmark:0.5.1'

testCompile "org.springframework:spring-test:$springVersion"
testCompile "com.insightfullogic:lambda-behave:0.3"
Expand Down

0 comments on commit 39b080c

Please sign in to comment.