You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/09/08 21:06:14 UTC

[06/28] incubator-netbeans-html4j git commit: Enabling travis build

Enabling travis build


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/b091bf9d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/b091bf9d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/b091bf9d

Branch: refs/heads/master
Commit: b091bf9d0b4b4431220100ad06408f5be2463485
Parents: 8ed64b1
Author: Jaroslav Tulach <jt...@netbeans.org>
Authored: Fri Jan 13 19:22:51 2017 +0100
Committer: Jaroslav Tulach <ja...@apidesign.org>
Committed: Fri Sep 8 17:13:55 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/b091bf9d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d4f6037
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: java
+before_script:
+  - export DISPLAY=:99.0
+  - sh -e /etc/init.d/xvfb start || echo No X11
+  - sleep 3
+script:
+  - jdk_switcher use oraclejdk8 || java -version
+  - mvn install -DskipTests
+  - mvn verify
+os:
+  - linux
+  - osx