Skip to content

Commit 8257446

Browse files
committed
more travis compatibility
1 parent f0e441b commit 8257446

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: java
22

3+
before_install:
4+
- sudo apt-get update -qq
5+
- sudo apt-get install gnuplot
6+
37
install: mvn install -DskipTests=true -Dgpg.skip=true

src/test/scala/org/sameersingh/scalaplot/ExampleTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class ExampleTest {
133133

134134
println(output(ASCII, c))
135135
// println(output(SVG, c))
136-
output(GUI, c)
136+
// output(GUI, c) // fails on X11-less nodes
137137
output(PDF(dir, "pdf"), c)
138138
output(PNG(dir, "png"), c)
139139
}

0 commit comments

Comments
 (0)