Skip to content

Commit

Permalink
add flatbuffers download
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hulette committed May 12, 2017
1 parent e0c1100 commit 70310b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/travis_before_script_js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
set -ex

source $TRAVIS_BUILD_DIR/ci/travis_env_common.sh
source $TRAVIS_BUILD_DIR/ci/travis_install_conda.sh

# Download flatbuffers
export FLATBUFFERS_HOME=$TRAVIS_BUILD_DIR/flatbuffers
conda create -y -q -p $FLATBUFFERS_HOME python=2.7 flatbuffers
export PATH="$FLATBUFFERS_HOME/bin:$PATH"

npm install -g typescript
npm install -g webpack
Expand Down

0 comments on commit 70310b6

Please sign in to comment.