File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# CoffeeScript Eclipse Plugin
3
3
4
+ [ ![ Build Status] ( https://secure.travis-ci.org/Nodeclipse/coffeescript-eclipse.png )] ( http://travis-ci.org/Nodeclipse/coffeescript-eclipse )
5
+
4
6
This is a project to provide an Eclipse plugin for [ CoffeeScript] [ coffeescript ] , using [ Xtext] [ xtext ] .
5
7
Development uses Xtext 2.1.
6
8
It works as a regular Eclipse plugin (see Installation for details).
Original file line number Diff line number Diff line change @@ -691,7 +691,10 @@ open as of 2013-09-01
691
691
692
692
### Travis CI
693
693
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/ >
695
698
696
699
697
700
You can’t perform that action at this time.
0 commit comments