Skip to content

Commit 341475a

Browse files
committed
Travis build status button
1 parent 8daabe0 commit 341475a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# CoffeeScript Eclipse Plugin
33

4+
[![Build Status](https://secure.travis-ci.org/Nodeclipse/coffeescript-eclipse.png)](http://travis-ci.org/Nodeclipse/coffeescript-eclipse)
5+
46
This is a project to provide an Eclipse plugin for [CoffeeScript][coffeescript], using [Xtext][xtext].
57
Development uses Xtext 2.1.
68
It works as a regular Eclipse plugin (see Installation for details).

devjournal.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,10 @@ open as of 2013-09-01
691691

692692
### Travis CI
693693

694-
<http://about.travis-ci.org/docs/user/languages/java/>
694+
Setting up was straight-forward. As <https://travis-ci.org/first_sync> says:
695+
696+
- got to <https://travis-ci.org/profile/Nodeclipse>
697+
- add simple `.travis.yml` with 1 line `language: java`, check <http://about.travis-ci.org/docs/user/languages/java/>
695698

696699

697700

0 commit comments

Comments
 (0)