Skip to content

Commit

Permalink
Bring Travis CI build back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jan 13, 2014
1 parent 94859e8 commit 7bdc1a5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-ci

12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
- openjdk6
- openjdk7

before_install:
- mvn install -DskipTests=true -e

script:
- mvn test -X

branches:
except:
- gh-pages

11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@

<modules>
<module>webcam-capture</module>
<module>webcam-capture-addons</module>
<module>webcam-capture-drivers</module>
<module>webcam-capture-examples</module>
<module>webcam-capture-pages</module>
</modules>

<properties>
Expand Down Expand Up @@ -87,6 +84,14 @@
</developers>

<profiles>
<profile>
<id>full</id>
<modules>
<module>webcam-capture-addons</module>
<module>webcam-capture-examples</module>
<module>webcam-capture-pages</module>
</modules>
</profile>
<profile>
<id>notest</id>
<build>
Expand Down

0 comments on commit 7bdc1a5

Please sign in to comment.