Skip to content

Commit 134304b

Browse files
committed
Enabling TravisCI.
1 parent 49dce3c commit 134304b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: scala
2+
3+
scala:
4+
- 2.10.4
5+
- 2.11.8

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ developed for the Compiler Construction course taught at EPFL. See
66
http://lara.epfl.ch/w/Teaching for more info.
77

88
The wiki on GitHub contains some documentation.
9+
10+
[![Build Status](https://travis-ci.org/psuter/cafebabe.svg?branch=master)](https://travis-ci.org/psuter/cafebabe)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version := "1.2"
44

55
scalaVersion := "2.11.8"
66

7-
crossScalaVersions := Seq("2.10.4", "2.11.2")
7+
crossScalaVersions := Seq("2.10.4", "2.11.8")
88

99
scalacOptions += "-deprecation"
1010

0 commit comments

Comments
 (0)