Skip to content

Commit

Permalink
Skipping install step
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski authored Dec 8, 2017
1 parent 5fb6819 commit 91a5f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jdk:
services:
- mysql

install: true

script:
- mysql -e "CREATE DATABASE IF NOT EXISTS liquibaserunner CHARACTER SET utf8 COLLATE utf8_general_ci;" -uroot
- mvn install -Dtest=UpgradeMVPTest -DfailIfNoTests=false -Dopenmrs.version="2.0.1" -Ddb.user="root" -Ddb.password="" -Dmvp.file="$TRAVIS_BUILD_DIR/openmrs_concepts_1_6.zip"
Expand Down

0 comments on commit 91a5f70

Please sign in to comment.