Skip to content

Commit

Permalink
print java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Zheng committed Feb 11, 2018
1 parent 2741d6f commit f0eec5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: c
script: lein test
script:
- lein test
os:
- osx
osx_image:
- xcode9.2
before_script:
- brew install leiningen
- java -version
- brew install leiningen
- lein deps

0 comments on commit f0eec5d

Please sign in to comment.