Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7589e06

Browse filesBrowse files
committed
Use fluentd 0.14.11 for testing
1 parent 8507a5a commit 7589e06
Copy full SHA for 7589e06

File tree

Expand file treeCollapse file tree

1 file changed

+5
-17
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-17
lines changed

‎.travis.yml

Copy file name to clipboard
+5-17Lines 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-
- leo@xerial.org
28-
- ozawa.tsuyoshi@gmail.com

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.