Skip to content

Commit

Permalink
cleaning up travis so that there are not seperate liquibase.propertie…
Browse files Browse the repository at this point in the history
…s files.
  • Loading branch information
chenry committed Feb 8, 2015
1 parent 3a1d4e5 commit e9cfd79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
language: java
after_success:
- mvn -Ptravis surefire-report:report jacoco:report coveralls:jacoco
- mvn -Ptravis,localDB surefire-report:report jacoco:report coveralls:jacoco
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Ptravis
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Ptravis,localDB
script:
- mvn test -B -Ptravis
- mvn test -B -Ptravis,localDB
notifications:
slack:
secure: bD+V/2CKtNsYz3UWWZbgrUFpe2d6KQMGRngBaZh6ll8VKJVMS6aIGOge3RfNDOwlp+XDstB/q6MWmhU0sYLZ3NA4xSc62cu7H5i28+uTcx6L4S2Q84f4rMUX2wgDPFaQaRJWb07qC81y0WnuMnnDA7w3+LCCxmP0nmGbcLnyMmg=
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@

</plugins>
</build>

<properties>
<liquibase.property.file>src/main/resources/liquibase/liquibase.travis.properties</liquibase.property.file>
</properties>

</profile>

<profile>
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/liquibase/liquibase.travis.properties

This file was deleted.

0 comments on commit e9cfd79

Please sign in to comment.