Skip to content

Commit

Permalink
Initialise Travis CI
Browse files Browse the repository at this point in the history
Added secure key
Allow any remote version
Update README
  • Loading branch information
uberifix committed Feb 16, 2020
1 parent 283a4d9 commit ad7bdd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ script: "./gradlew build -s"
deploy:
provider: releases
api_key:
secure: <key>
secure: BVS0jeBo2ugpRtbnypACCzOYLTkzUE5ulPEC+9wkbgvaeADYyJntY1Tlhvu3V3WXv89e63IG0rnBURWOhrHdBojITCXUqyQJL8HcekN0o6QedDBEtc0MxpEg3ntqlFRg362x2VH9BbeYKwLQccxjEdwCwwA2LtjYPoRqJMMfX16hK0WRw1qWuZxdU2BLfs8ss/3wiS+OMFrDPdZZwRDo6/62Lf9nqXAgWSl5O4IxQbSAl+AHq6RkBWKoIPH8ag0ZRTmuyA+koNSpOTyTByCEkmV5jX5rKCBXgdMJ0SXHWfyUJ5LSSQGkhrPysT+uutercji9w4p271mBHWQR/nJ7cahgMB3Eqkn4F2B6Ge/4LwS5EmeQ5NeunCbs6QPEzvJJu4QoBPHLGUtrbHmuw9VKxa5+9cgwQDyh83+t8jXpvMQUcNEmyltyGABnl5TdmdoBZyLRht89QNAuaiPUe71NG5ZUwSkqPPN2E3jDfWfKB8mux8xg+ilixrQVn2EWdGCkoKt9zSTyAUkftrgrqDxmhh0xdJ4qpBa+1/po1Aw1UfnOVycNrJuXXgd7dt3hrT/SYrSHZ9HgpGxBKcM2Ddbcsc8c4ZgoJ0dwXmNC7Kb+RcD74e/4e5c0ndBqtwg6iEnjQmjdv9LRbsBJSsWIaIn1lVBFmckIYcXrUTpquIrwCN4=
overwrite: true
file_glob: true
file: "build/libs/*"
skip_cleanup: true
on:
repo: Pxl-8/<repo>
repo: Pxl-8/StoneCatalysts
tags: true
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# StoneCatalysts

[![GitHub](https://img.shields.io/github/license/Pxl-8/StoneCatalysts?style=flat-square&logo=github&link=https://github.com/Pxl-8/StoneCatalysts/blob/1.12/LICENSE.md)](https://github.com/Pxl-8/StoneCatalysts/blob/1.12/LICENSE.md)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/Pxl-8/StoneCatalysts?label=latest&style=flat-square&logo=github&link=https://github.com/Pxl-8/StoneCatalysts/releases)](https://github.com/Pxl-8/StoneCatalysts/releases)
[![Travis (.com)](https://img.shields.io/travis/com/Pxl-8/StoneCatalysts?style=flat-square&logo=travis&link=https://travis-ci.com/Pxl-8/StoneCatalysts)](https://travis-ci.com/Pxl-8/StoneCatalysts)
[![Discord](https://img.shields.io/discord/163375257162350592?style=flat-square&color=7289da&label=discord&logo=discord&link=https://uberi.fi/x/discord/)](https://uberi.fi/x/discord/)
[![Downloads](https://img.shields.io/badge/dynamic/json?color=6441a4&label=curse-downloads&query=$..downloadCount&url=https%3A%2F%2Faddons-ecs.forgesvc.net%2Fapi%2Fv2%2Faddon%2Fsearch%3FgameId%3D432%26searchFilter%3Dstonecatalysts&style=flat-square)](https://www.curseforge.com/minecraft/mc-mods/stonecatalysts)

Additional stone generation with lava and water using a catalyst
Generate additional stone types with stone gens using a catalyst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import network.pxl8.stonecatalysts.lib.LibMeta;
import network.pxl8.stonecatalysts.proxy.Proxy;

@Mod(modid = LibMeta.MOD_ID, version = LibMeta.VERSION)
@Mod(modid = LibMeta.MOD_ID, version = LibMeta.VERSION, acceptableRemoteVersions = "*")
public class StoneCatalysts {
@Mod.Instance
public static StoneCatalysts instance;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"modid": "stonecatalysts",
"name": "StoneCatalysts",
"description": "Generate additional stone types with a lava and water stone gen",
"description": "Generate additional stone types with stone gens using a catalyst",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
Expand Down

0 comments on commit ad7bdd0

Please sign in to comment.