Skip to content

Commit

Permalink
Only dist is build up
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Dec 4, 2013
1 parent 8f23a90 commit de1faf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
language: java
before_install:
- git submodule update --init --recursive
jdk:
- openjdk6
script:
- mvn clean install -q -Dmaven.test.redirectTestOutputToFile=true
- mvn clean install -P reactor -q -Dmaven.test.redirectTestOutputToFile=true
- mvn clean install -P karaf -q -Dmaven.test.redirectTestOutputToFile=true
- mvn clean install -P launchpad -q -Dmaven.test.redirectTestOutputToFile=true
- mvn clean install -P dist -q -Dmaven.test.redirectTestOutputToFile=true
- mvn clean install -P karaf
- mvn clean install -P launchpad
- mvn clean install -P dist
2 changes: 1 addition & 1 deletion org.liveSense.auth.ldap

0 comments on commit de1faf8

Please sign in to comment.