Skip to content

Commit a9bf73a

Browse files
author
starzu
committed
Travis configuration
1 parent 1ece649 commit a9bf73a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: scala
2+
3+
scala:
4+
- 2.11.7
5+
6+
script:
7+
- sbt ++$TRAVIS_SCALA_VERSION compile

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# scala-js-jquery
2+
3+
[![Build Status](https://travis-ci.org/UdashFramework/scala-js-jquery.svg?branch=master)](https://travis-ci.org/UdashFramework/scala-js-jquery)
4+
25
Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) programs.
36

47
Sponsored by [AVSystem](http://www.avsystem.com/)

0 commit comments

Comments
 (0)