Skip to content

Commit 669c19f

Browse files
committed
API-1213 updated travis configuration
1 parent 58a757b commit 669c19f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
21
sudo: false
32
language: scala
43
scala:
5-
- 2.11.6
4+
- 2.11.7
65
jdk:
76
- oraclejdk8
87
cache:
98
directories:
109
- '$HOME/.ivy2/cache'
11-
branches:
12-
except:
13-
- master
14-
10+
notifications:
11+
email: false
12+
13+
before_script:
14+
- "export DISPLAY=:99.0"
15+
- "sh -e /etc/init.d/xvfb start"
16+
- sleep 3 # give xvfb some time to start
17+
18+
script:
19+
- sbt ++$TRAVIS_SCALA_VERSION test acceptance:test

0 commit comments

Comments
 (0)