Skip to content

Commit a6453f2

Browse files
author
PatrickSachs
committed
Add shield, only build master
1 parent 65ed65f commit a6453f2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ deploy:
1212
github-token: $GITHUB_TOKEN
1313
keep-history: true
1414
on:
15-
branch: master
15+
branch: master
16+
branches:
17+
only:
18+
- master

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# slow-tree
22

3+
[![Build Status](https://travis-ci.com/PatrickSachs/slow-tree.svg?branch=master)](https://travis-ci.com/PatrickSachs/slow-tree)
4+
35
A web based 2D-tree creation application. Check it out at [tree.sahnee.de](https://tree.sahnee.de/)!
46

57
![Game Screenshot](https://data.patrick-sachs.de/content/slow-tree/github-banner.png)

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dotenv.config({ path: ".env.local" });
1515
dotenv.config({ path: isProduction ? ".env.prod" : ".env.dev" });
1616
dotenv.config({ path: ".env" });
1717

18-
console.log("Enviroment variables are:", {
18+
console.log("Environment variables are:", {
1919
NODE_ENV: process.env.NODE_ENV,
2020
SERVICE_WORKER: process.env.SERVICE_WORKER,
2121
BROWSERSYNC: process.env.BROWSERSYNC

0 commit comments

Comments
 (0)