Skip to content

Commit bb66707

Browse files
committed
ci: add travis ci and badges
1 parent 9fe90a5 commit bb66707

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- '8'
4+
script:
5+
- npm run lint
6+
- npm test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Advent of Code 2018 - My Solutions
2+
[![Build Status](https://travis-ci.org/mariotacke/advent-of-code-2018.svg?branch=master)](https://travis-ci.org/mariotacke/advent-of-code-2018) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/mariotacke/advent-of-code-2018/master/LICENSE)
23

34
TBA
45

0 commit comments

Comments
 (0)