Permalink
Browse files

use container infrastructure

  • Loading branch information...
1 parent 3cbbf9f commit 81d09a83dc20b369a235896437ed17503c30caa0 @cmungall cmungall committed Nov 22, 2015
Showing with 2 additions and 1 deletion.
  1. +2 −1 .travis.yml
View
@@ -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

Please sign in to comment.