We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dce3c commit 134304bCopy full SHA for 134304b
.travis.yml
@@ -0,0 +1,5 @@
1
+language: scala
2
+
3
+scala:
4
+ - 2.10.4
5
+ - 2.11.8
README.md
@@ -6,3 +6,5 @@ developed for the Compiler Construction course taught at EPFL. See
6
http://lara.epfl.ch/w/Teaching for more info.
7
8
The wiki on GitHub contains some documentation.
9
10
+[](https://travis-ci.org/psuter/cafebabe)
build.sbt
@@ -4,7 +4,7 @@ version := "1.2"
scalaVersion := "2.11.8"
-crossScalaVersions := Seq("2.10.4", "2.11.2")
+crossScalaVersions := Seq("2.10.4", "2.11.8")
scalacOptions += "-deprecation"
0 commit comments