Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spookyvale authored Dec 11, 2018
1 parent 904db48 commit 3251e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- mvn clean compile -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.failOnViolation=false -Denforcer.fail=false

script:
- mvn package -DskipTests
- mvn package -DskipTests -Denforcer.fail=false

before_deploy:
- export RELEASE_FILE=$(ls target/*.hpi)
Expand Down

0 comments on commit 3251e5c

Please sign in to comment.