Created
March 26, 2017 16:59
-
-
Save Stevoisiak/d0ea48510eb979df7b59bf0838a2f208 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dist: trusty | |
language: java | |
jdk: | |
- oraclejdk8 | |
script: | |
- ant makejar | |
- ls -lR | |
deploy: | |
provider: pages | |
skip_cleanup: true | |
local_dir: dist | |
upload-dir: builds | |
github_token: $GITHUB_TOKEN # Set in travis-ci.com dashboard | |
repo: Stevoisiak/WWW-Virtual-Game-Shelf | |
target_branch: gh-pages | |
on: | |
branch: steven-revise-build-file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment