Permalink
Browse files
use container infrastructure
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
.travis.yml
|
|
@@ -1,4 +1,5 @@ |
|
|
language: java
|
|
|
+sudo: false
|
|
|
jdk:
|
|
|
- oraclejdk7
|
|
|
|
|
|
@@ -7,7 +8,7 @@ branches: |
|
|
- master
|
|
|
|
|
|
before_install:
|
|
|
- - cd owlsim-core; make; ulimit -u 514029
|
|
|
+ - cd owlsim-core; make
|
|
|
|
|
|
after_success:
|
|
|
- mvn clean cobertura:cobertura coveralls:report
|
0 comments on commit
81d09a8