We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795b6be commit 71f26c3Copy full SHA for 71f26c3
.travis.yml
@@ -9,10 +9,9 @@ env:
9
- GH_REF: github.com/iluwatar/java-design-patterns.git
10
- secure: LxTDuNS/rBWIvKkaEqr79ImZAe48mCdoYCF41coxNXgNoippo4GIBArknqtv+XvdkiuRZ1yGyj6pn8GU33c/yn+krddTUkVCwTbVatbalW5jhQjDbHYym/JcxaK9ZS/3JTeGcWrBgiPqHEEDhCf26vPZsXoMSeVCEORVKTp1BSg=
11
- secure: "eoWlW9GyTJY04P8K3pxayXwU9/hmptQg/LfirispQkV9YvmziCfSzXnatnBhNfud98sCzY8BScXnb+OWLTnjLKpId4rtEqb0aJ40Jc32cUKzgzFAUn7cNcDAbUIfyPAGVqyQqfj/11wYSADwWMMOPlW97ExUtoyiH2WenXuRHso="
12
-
13
-before_install:
14
-- export DISPLAY=:99.0
15
-- sh -e /etc/init.d/xvfb start
+
+services:
+- xvfb
16
17
# default install command is just "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
18
install:
0 commit comments