Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=89601563
  • Loading branch information
kchodorow authored and hanwen committed Mar 26, 2015
1 parent 427dd25 commit 76ca896
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ before_script:
- sudo apt-get install -y protobuf-compiler libarchive-dev
compiler:
- clang
script: ./compile.sh
jdk:
- oraclejdk8
script:
- jdk_switcher use oraclejdk8
- ./compile.sh

0 comments on commit 76ca896

Please sign in to comment.