Skip to content

Commit 7589e06

Browse files
committed
Use fluentd 0.14.11 for testing
1 parent 8507a5a commit 7589e06

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.travis.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
11
language: scala
22
scala:
3-
- 2.10.6
43
- 2.11.8
4+
- 2.12.1
55

66
sudo: false
77

8-
script: sbt ++$TRAVIS_SCALA_VERSION test -Dloglevel=debug
8+
script: sbt ++$TRAVIS_SCALA_VERSION test
99

1010
before_install:
11-
- rvm install 2.1.5
12-
- rvm use 2.1
13-
- gem install fluentd
11+
- rvm install 2.2.0
12+
- rvm use 2.2.0
13+
- gem install fluentd -v 0.14.11
1414

1515
jdk:
16-
- openjdk7
17-
- oraclejdk7
1816
- oraclejdk8
19-
20-
branches:
21-
only:
22-
- master
23-
- develop
24-
25-
notifications:
26-
email:
27-
28-

0 commit comments

Comments
 (0)