Skip to content

Commit

Permalink
Fixed some Travis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Feb 28, 2020
1 parent 5119923 commit 804a1d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
os: linux

addons:
apt:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 804a1d3

Please sign in to comment.