We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a757b commit 669c19fCopy full SHA for 669c19f
.travis.yml
@@ -1,14 +1,19 @@
1
-
2
sudo: false
3
language: scala
4
scala:
5
-- 2.11.6
+- 2.11.7
6
jdk:
7
- oraclejdk8
8
cache:
9
directories:
10
- '$HOME/.ivy2/cache'
11
-branches:
12
- except:
13
- - master
14
+notifications:
+ email: false
+
+before_script:
+ - "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