Skip to content

Commit

Permalink
Use language: java on travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jun 28, 2019
1 parent 77fd585 commit d0673d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: xenial

language: generic
language: java
sudo: required

cache:
Expand All @@ -23,10 +23,12 @@ before_script:

jdk:
- oraclejdk8
- openjdk8

branches:
only:
- master
- wip

script:
- clojure -Adev:test
Expand Down

0 comments on commit d0673d7

Please sign in to comment.