aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a11f328e290a4026865603764a137ca45db1b05e (plain) (blame)
1
2
3
4
5
6
7
8
language: scala
scala:
   - 2.11.8
   - 2.12.0-M5
jdk:
  - oraclejdk8 # this should be changed to openjdk as soon as it becomes available on Travis CI
compiler:
  - gcc-4.8