From 804a1d33f69a2b4f048662fd597eeb30700f1db4 Mon Sep 17 00:00:00 2001 From: Mirko Sertic Date: Fri, 28 Feb 2020 22:05:41 +0100 Subject: [PATCH] Fixed some Travis warnings --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef67c3c542..4175e1ef01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -sudo: false +os: linux addons: apt: @@ -89,10 +89,10 @@ jobs: script: mvn clean package -P notest && ./hugo -s ./manual -d ../integrationtest/target/bytecoder-integrationtest deploy: - provider: pages - skip-cleanup: true - github-token: $GITHUB_TOKEN - keep-history: false - local-dir: integrationtest/target/bytecoder-integrationtest + skip_cleanup: true + github_token: $GITHUB_TOKEN + keep_history: false + local_dir: integrationtest/target/bytecoder-integrationtest on: repo: mirkosertic/Bytecoder branch: master