Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 618ad96

Browse files
committed
Merge branch 'master' into dev
2 parents 29188f2 + bcdfedb commit 618ad96

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See http://about.travis-ci.org/docs/user/build-configuration/
2+
language: scala
3+
scala:
4+
- "2.11.0-RC1"
5+
# Branches to test
6+
branches:
7+
only:
8+
- dev
9+
notifications:
10+
email:
11+
recipients:
12+
- ross@mongodb.com
13+
on_success: change
14+
on_failure: always
15+
jdk:
16+
- oraclejdk7
17+
services:
18+
- mongodb

0 commit comments

Comments
 (0)