Skip to content

Commit

Permalink
try to make npm-installed wine available in the PATH for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 21, 2018
1 parent 63efc91 commit 48f9be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -92,7 +92,7 @@ script:
# if we are building for inclusion into the `dev` branch, build the releases and test the minimal one too
- |
if true; then # [[ "x$TRAVIS_TAG" != "x" || $TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH = "dev" || $TRAVIS_PULL_REQUEST != "false" ]]; then
make -f build/Makefile;
PATH=$PWD/node_modules/.bin:$PATH make -f build/Makefile;
rm -rf JBrowse-*/;
unzip -q JBrowse-$RELEASE_VERSION.zip;
cd JBrowse-$RELEASE_VERSION/;
Expand Down

0 comments on commit 48f9be1

Please sign in to comment.