Skip to content

Instantly share code, notes, and snippets.

View k3ithos's full-sized avatar
🏠
Working from home

Keith k3ithos

🏠
Working from home
View GitHub Profile
@k3ithos
k3ithos / .travis.yml
Last active March 6, 2021 03:57
A sample travis script to build PocketMine(and its forks) and upload it to a GitHub repository to be accessible by GitHub Pages.
# PROJECT SPECIFICATIONS
language: php
php:
- 7.0
branches:
except:
- "/^*-v[0-9]/"
# WORKSPACE CONFIGURATION
before_script: