Skip to content

Commit

Permalink
mvn install sf with no log
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Jul 4, 2018
1 parent b66bd34 commit 676687e
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 @@ -29,7 +29,7 @@ install: true
before_install: [
"git clone https://github.com/allwefantasy/ServiceFramework.git allwefantasy/ServiceFramework",
"cd allwefantasy/ServiceFramework",
"mvn install -Pscala-2.11 -Pjetty-9 -Pweb-include-jetty-9",
"mvn install -Pscala-2.11 -Pjetty-9 -Pweb-include-jetty-9 > /dev/null 2>&1",
"cd ../.."
]

0 comments on commit 676687e

Please sign in to comment.