Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Update travis-ci to test against jdk 8 as well as jdk 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose Toomey committed Aug 20, 2014
1 parent d577682 commit 81c4081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# See http://about.travis-ci.org/docs/user/build-configuration/
language: scala
scala:
- 2.11.0
- 2.10.4
- 2.10.4
- 2.11.2
branches:
only:
- master
Expand All @@ -11,7 +11,7 @@ notifications:
recipients:
- prasinous@gmail.com
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
services:
- mongodb

0 comments on commit 81c4081

Please sign in to comment.