We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8507a5a commit 7589e06Copy full SHA for 7589e06
.travis.yml
@@ -1,28 +1,16 @@
1
language: scala
2
scala:
3
- - 2.10.6
4
- 2.11.8
+ - 2.12.1
5
6
sudo: false
7
8
-script: sbt ++$TRAVIS_SCALA_VERSION test -Dloglevel=debug
+script: sbt ++$TRAVIS_SCALA_VERSION test
9
10
before_install:
11
- - rvm install 2.1.5
12
- - rvm use 2.1
13
- - gem install fluentd
+ - rvm install 2.2.0
+ - rvm use 2.2.0
+ - gem install fluentd -v 0.14.11
14
15
jdk:
16
- - openjdk7
17
- - oraclejdk7
18
- oraclejdk8
19
-
20
-branches:
21
- only:
22
- - master
23
- - develop
24
25
-notifications:
26
- email:
27
- - [email protected]
28
0 commit comments