Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit a7bb566

Browse files
KrzysiekKrzysiek
Krzysiek
authored and
Krzysiek
committed
Add 2.12 as travis target
1 parent bac47cf commit a7bb566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
sudo: false
22
language: scala
33
scala:
4+
- "2.12.0"
45
- "2.11.8"
56
- "2.10.6"
67
jdk:
78
- oraclejdk8
89
script:
9-
- sbt ++$TRAVIS_SCALA_VERSION test
10+
- sbt ++$TRAVIS_SCALA_VERSION test

0 commit comments

Comments
 (0)