Skip to content

Commit

Permalink
Remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Jan 28, 2020
1 parent 63090b4 commit c9c44a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ matrix:
- os: linux
if: tag IS present
jdk: openjdk8
env:
- ARCH_DIST=""
script:
- cd $JCEF_DIR/tools
- ./make_docs.sh
Expand Down
16 changes: 0 additions & 16 deletions make-release-version.sh

This file was deleted.

2 changes: 1 addition & 1 deletion prepare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ git clone https://github.com/chromiumembedded/java-cef.git $JCEF_DIR
./apply-patches.sh $JCEF_DIR

# jdk stuff taken care of in docker image
if [ $ARCH_DIST != 'linux32' ]; then
if [ ! -z "$ARCH_DIST" ] && [ $ARCH_DIST != 'linux32' ]; then
source ./setup-jdk.sh
fi

0 comments on commit c9c44a5

Please sign in to comment.