projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b49bdf
)
bump java source/target to 7
author
Andy Scherzinger
<info@andy-scherzinger.de>
Mon, 9 Nov 2015 09:50:22 +0000
(10:50 +0100)
committer
Andy Scherzinger
<info@andy-scherzinger.de>
Mon, 9 Nov 2015 09:50:22 +0000
(10:50 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
0db9b1e
..
1d64863
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-8,6
+8,6
@@
before_install:
- rm pom.xml
script:
- ./setup_env.sh ant
- - ant clean
- - ant debug
+ - ant clean
-Djava.source=7 -Djava.target=7
+ - ant debug
-Djava.source=7 -Djava.target=7