Skip to content

Commit 9ecf2b3

Browse files
committed
Add Travis
1 parent 42ec1e9 commit 9ecf2b3

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/*.log
44
/.*
55
!/.git*
6+
!/.travis.yml
67
/build

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: java

README.md

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

3+
[![Build Status](https://travis-ci.org/MetacodeBiz/calcscript-interpreter.svg?branch=master)](https://travis-ci.org/MetacodeBiz/calcscript-interpreter)
4+
35
Calcscript is a stack based language designed with the purpose of executing complex calculations using minimum number of keystrokes.
46

57
## Building

0 commit comments

Comments
 (0)