File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ before_install:
1111 # workaround, see https://github.com/travis-ci/travis-ci/issues/4629
1212 - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
1313
14- # install in travis jargon means install dependencies
14+ # install dependencies
1515install : mvn dependency:go-offline -B -V
1616
1717before_script :
1818 # initalize empty database and privileges
19- - mysql -uroot -e "CREATE DATABASE stevedb;"
20- - mysql -uroot -e "GRANT ALL PRIVILEGES ON stevedb.* TO 'steve'@'localhost' IDENTIFIED BY 'changeme';"
21- - mysql -uroot -e "GRANT SELECT ON mysql.proc TO 'steve'@'localhost' IDENTIFIED BY 'changeme';"
19+ - mysql -uroot -e "CREATE DATABASE stevedb;" -v
20+ - mysql -uroot -e "GRANT ALL PRIVILEGES ON stevedb.* TO 'steve'@'localhost' IDENTIFIED BY 'changeme';" -v
21+ - mysql -uroot -e "GRANT SELECT ON mysql.proc TO 'steve'@'localhost' IDENTIFIED BY 'changeme';" -v
2222
23- # start the actually build process
23+ # start the actual build
2424script : mvn clean package -B -V
You can’t perform that action at this time.
0 commit comments