Skip to content

Commit

Permalink
Fix Travis build (facebook#800)
Browse files Browse the repository at this point in the history
Summary:
Fix the `Werror` failures and update JUnit to 4.12 as we're making use of `Parameterized` features which aren't available in whichever version we have here.
Pull Request resolved: facebook#800

Reviewed By: jknoxville

Differential Revision: D9132106

Pulled By: passy

fbshipit-source-id: 5e6a130ba65e4a1ebd1d9ec506fdb126ecd0e44a
  • Loading branch information
passy authored and facebook-github-bot committed Aug 2, 2018
1 parent 71f1d99 commit c5d4485
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: java
os: linux
addons:
apt:
sources:
- llvm-toolchain-trusty-6.0
- ubuntu-toolchain-r-test
packages:
- clang-6.0

env:
- TARGET: website
Expand Down
2 changes: 1 addition & 1 deletion lib/junit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("//:yoga_defs.bzl", "YOGA_ROOTS", "yoga_java_library", "yoga_prebuilt_jar")

yoga_prebuilt_jar(
name = "junit-jar",
binary_jar = "junit4.jar",
binary_jar = "junit-4.12.jar",
)

yoga_java_library(
Expand Down
Binary file added lib/junit/junit-4.12.jar
Binary file not shown.
Binary file removed lib/junit/junit4.jar
Binary file not shown.

0 comments on commit c5d4485

Please sign in to comment.