Skip to content

Commit

Permalink
Merge 341ea6a into e864a78
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Apr 2, 2020
2 parents e864a78 + 341ea6a commit fb862bb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
- source /opt/qt59/bin/qt59-env.sh
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
- mkdir -p $HOME/bin && ln -s $(which python3.4) $HOME/bin/python3 && export PATH="$HOME/bin:$PATH"
- mvn install -Dmaven.test.skip=true
- mvn clean install -Dmaven.test.skip=true -q

script:
- mvn clean test -q
Expand Down
1 change: 1 addition & 0 deletions tmc-langs-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions tmc-langs-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions tmc-langs-make/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions tmc-langs-notests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions tmc-langs-python3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions tmc-langs-qmake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions tmc-langs-rust/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fb862bb

Please sign in to comment.