Skip to content

Instantly share code, notes, and snippets.

@Stevoisiak
Created March 26, 2017 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stevoisiak/d0ea48510eb979df7b59bf0838a2f208 to your computer and use it in GitHub Desktop.
Save Stevoisiak/d0ea48510eb979df7b59bf0838a2f208 to your computer and use it in GitHub Desktop.
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